Skip to content

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

License

Notifications You must be signed in to change notification settings

timecomplexity/WumboMode

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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"});
...

About

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

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published