Navigation
API > API/Plugins > API/Plugins/CustomizableObject > API/Plugins/CustomizableObject/ICustomizableObjectModule
Description
EXPERIMENTAL. USE WITH CAUTION!
Register a new External Operation.
All External Operations must inherit from UE::Mutable::FMutableOperation. It is only necessary to register operations in editor (to be able to create nodes). No need to register them at runtime.
| Name | RegisterExternalOperation |
| Type | function |
| Header File | /Engine/Plugins/Mutable/Source/CustomizableObject/Public/MuCO/ICustomizableObjectModule.h |
| Include Path | #include "MuCO/ICustomizableObjectModule.h" |
void RegisterExternalOperation
(
const UScriptStruct * Operation
)