Navigation
API > API/Plugins > API/Plugins/CustomizableObjectEditor > API/Plugins/CustomizableObjectEditor/MuCOE
Inheritance Hierarchy
- IModuleInterface
- ICustomizableObjectPopulationModule
References
| Module | CustomizableObjectEditor |
| Header | /Engine/Plugins/Experimental/Mutable/Source/CustomizableObjectEditor/Public/MuCOE/ICustomizableObjectPopulationModule.h |
| Include | #include "MuCOE/ICustomizableObjectPopulationModule.h" |
Syntax
class ICustomizableObjectPopulationModule : public IModuleInterface
Remarks
The public interface of the CustomizableObject module
Functions
| Type | Name | Description | |
|---|---|---|---|
| ICustomizableObjectPopulationModule & | Get () |
Singleton-like access to ICustomizableObjectPopulationModule | |
| FString | Return a string representing the plugin version. | ||
| bool | IsAvailable () |
Checks to see if this module is loaded and ready. | |
| void | RecompilePopulations
(
UCustomizableObject* Object |
Recompiles all the populations referenced in the Customizabled Object. |