Navigation
API > API/Plugins > API/Plugins/SmartObjectsModule
| Name | ESmartObjectUnregistrationType |
| Type | enum |
| Header File | /Engine/Plugins/Runtime/SmartObjects/Source/SmartObjectsModule/Public/SmartObjectComponent.h |
| Include Path | #include "SmartObjectComponent.h" |
Syntax
enum ESmartObjectUnregistrationType
{
RegularProcess,
ForceRemove,
}
Values
| Name | Remarks |
|---|---|
| RegularProcess | Component registered by a collection (WithCollection) will be unbound from the simulation but its associated runtime data will persist. |
| ForceRemove | Component will be unbound from the simulation and its runtime data will be destroyed regardless of the registration type |