Navigation
API > API/Plugins > API/Plugins/SmartObjectsModule > API/Plugins/SmartObjectsModule/USmartObjectSubsystem
Overloads
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
bool RemoveSmartObject
(
TNotNull< USmartObjectComponent* > SmartObjectComponent |
Unregisters the component from the subsystem, unbinds it from the runtime simulation and removes its runtime data. | SmartObjectSubsystem.h | |
bool RemoveSmartObject
(
USmartObjectComponent& SmartObjectComponent |
SmartObjectSubsystem.h |
RemoveSmartObject(TNotNull< USmartObjectComponent * >)
Description
Unregisters the component from the subsystem, unbinds it from the runtime simulation and removes its runtime data.
| Name | RemoveSmartObject |
| Type | function |
| Header File | /Engine/Plugins/Runtime/SmartObjects/Source/SmartObjectsModule/Public/SmartObjectSubsystem.h |
| Include Path | #include "SmartObjectSubsystem.h" |
bool RemoveSmartObject
(
TNotNull< USmartObjectComponent * > SmartObjectComponent
)
whether smart object data has been successfully found and removed
Parameters
| Name | Remarks |
|---|---|
| SmartObjectComponent | Smart object component to remove |
RemoveSmartObject(USmartObjectComponent &)
| Name | RemoveSmartObject |
| Type | function |
| Header File | /Engine/Plugins/Runtime/SmartObjects/Source/SmartObjectsModule/Public/SmartObjectSubsystem.h |
| Include Path | #include "SmartObjectSubsystem.h" |
bool RemoveSmartObject
(
USmartObjectComponent & SmartObjectComponent
)