Navigation
API > API/Plugins > API/Plugins/SmartObjectsModule
References
| |
|
| Module |
SmartObjectsModule |
| Header |
/Engine/Plugins/Runtime/SmartObjects/Source/SmartObjectsModule/Public/SmartObjectComponent.h |
| Include |
#include "SmartObjectComponent.h" |
Syntax
enum ESmartObjectUnregistrationType
{
RegularProcess,
ForceRemove,
}
Values
| Name |
Description |
| 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 |