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