Skip to content

Latest commit

 

History

History
30 lines (21 loc) · 643 Bytes

README.md

File metadata and controls

30 lines (21 loc) · 643 Bytes

WumboMode

So you can say "yes" when people ask if you tried "setting it to Wumbo".

The plugin that every project needs.

How to Use

You can get to the option under Project Settings -> Plugins -> WumboMode

WumboMode Screenshot

Installation

Clone this into your project's plugins directory. Add this to your .uproject file.

{
    "Name": "WumboMode",
    "Enabled": true,
    "MarketplaceURL": ""
}

Add this as a dependency in your project's build.cs file.

...
PublicDependencyModuleNames.AddRange(new string[] { "Core", "CoreUObject", "Engine", "InputCore", ... "WumboMode"});
...