How To Use (Legacy 5.1)
Documentation for the Osero Suite: Module Creator update 1.0 (5.1)
Last updated
Documentation for the Osero Suite: Module Creator update 1.0 (5.1)
Last updated
Open the tool via the Osero Suite Menu, or through Window > Osero Suite.
2. Enter details:
New Module Name: The name of the new module to be created.
Destination: The uproject or uplugin where this module will be created.
New Module Type: The type of module this module will be (eg, Runtime, Editor, Uncooked Only, etc).
New Module Loading Phase: The time when this new module will be loaded on engine initialisation (eg, Default, Earliest Possible, Post-Engine Init, etc).
Add to Source Control: Whether to add the new code generated code files to Source Control if this project is connected to a Source Control provider.
3. Click Generate Module.
New code files will be generated and the uplugin or uproject file specified in Destination will be edited to add the new module properly.
The project files will then be regenerated to add the new module into the Visual Studio solution.
Then based on your hot reload and live coding settings, the project will recompile the solution with the new module included.