Navigation
API > API/Plugins > API/Plugins/SmartObjectsModule
| Name | ESmartObjectRegistrationType |
| Type | enum |
| Header File | /Engine/Plugins/Runtime/SmartObjects/Source/SmartObjectsModule/Public/SmartObjectComponent.h |
| Include Path | #include "SmartObjectComponent.h" |
Syntax
enum ESmartObjectRegistrationType
{
NotRegistered,
BindToExistingInstance,
Dynamic,
}
Values
| Name | Remarks |
|---|---|
| NotRegistered | Not registered yet |
| BindToExistingInstance | Registered and bound to a SmartObject already created from a persistent collection entry or from method CreateSmartObject. |
| Dynamic | Component is registered and bound to a newly created SmartObject. |