Navigation
API > API/Plugins > API/Plugins/SmartObjectsModule > API/Plugins/SmartObjectsModule/USmartObjectSubsystem
Description
Finds the runtime instance associated to the component and removes it from the simulation. Note that the component is still registered to the subsystem.
| Name | RemoveComponentFromSimulation |
| 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 |
void RemoveComponentFromSimulation
(
TNotNull< USmartObjectComponent * > SmartObjectComponent
)