Navigation
API > API/Plugins > API/Plugins/CustomizableObject
When creating new delegates use the following conventions:
- All delegates must be multicast.
- If the delegate is exposed to the API create both, dynamic and native versions (non-dynamic).
- Dynamic delegates should not be transient. Use the native version if you do not want it to be saved.
- Native delegates names should end with "NativeDelegate".
- Dynamic delegates broadcast before native delegates. Broadcast when an Instance update has completed. Notice that Mutable internally can also start an Instance update.
| Name | FObjectInstanceUpdatedDelegate |
| Type | class |
| Header File | /Engine/Plugins/Mutable/Source/CustomizableObject/Public/MuCO/CustomizableObjectInstance.h |
| Include Path | #include "MuCO/CustomizableObjectInstance.h" |
Syntax
class FObjectInstanceUpdatedDelegate