Navigation
API > API/Plugins > API/Plugins/SmartObjectsModule > API/Plugins/SmartObjectsModule/USmartObjectSubsystem
Description
Removes a runtime instance from the simulation. Note that the component is still registered to the subsystem.
| Name | RemoveRuntimeInstanceFromSimulationInternal |
| Type | function |
| Header File | /Engine/Plugins/Runtime/SmartObjects/Source/SmartObjectsModule/Public/SmartObjectSubsystem.h |
| Include Path | #include "SmartObjectSubsystem.h" |
| Source | /Engine/Plugins/Runtime/SmartObjects/Source/SmartObjectsModule/Private/SmartObjectSubsystem.cpp |
bool RemoveRuntimeInstanceFromSimulationInternal
(
FSmartObjectRuntime & SmartObjectRuntime,
USmartObjectComponent * SmartObjectComponent
)
whether the removal was successful