Navigation
API > API/Plugins > API/Plugins/SmartObjectsModule > API/Plugins/SmartObjectsModule/USmartObjectSubsystem
References
| Module | SmartObjectsModule |
| Header | /Engine/Plugins/Runtime/SmartObjects/Source/SmartObjectsModule/Public/SmartObjectSubsystem.h |
| Include | #include "SmartObjectSubsystem.h" |
| Source | /Engine/Plugins/Runtime/SmartObjects/Source/SmartObjectsModule/Private/SmartObjectSubsystem.cpp |
bool UnregisterSmartObjectActor
(
const AActor & SmartObjectActor
)
Remarks
Unregisters from the simulation all SmartObject components for a given actor. true when components are found and all successfully unregistered, false otherwise
Parameters
| Name | Description |
|---|---|
| SmartObjectActor | Actor owning the components to unregister |