Navigation
API > API/Plugins > API/Plugins/SmartObjectsModule > API/Plugins/SmartObjectsModule/USmartObjectSubsystem
Overloads
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
bool UnregisterSmartObjectInternal
(
TNotNull< USmartObjectComponent* > SmartObjectComponent, |
SmartObjectSubsystem.h | ||
bool UnregisterSmartObjectInternal
(
USmartObjectComponent& SmartObjectComponent, |
SmartObjectSubsystem.h |
UnregisterSmartObjectInternal(TNotNull< USmartObjectComponent * >, const bool)
| Name | UnregisterSmartObjectInternal |
| Type | function |
| Header File | /Engine/Plugins/Runtime/SmartObjects/Source/SmartObjectsModule/Public/SmartObjectSubsystem.h |
| Include Path | #include "SmartObjectSubsystem.h" |
bool UnregisterSmartObjectInternal
(
TNotNull< USmartObjectComponent * > SmartObjectComponent,
const bool bDestroyRuntimeState
)
UnregisterSmartObjectInternal(USmartObjectComponent &, const bool)
| Name | UnregisterSmartObjectInternal |
| Type | function |
| Header File | /Engine/Plugins/Runtime/SmartObjects/Source/SmartObjectsModule/Public/SmartObjectSubsystem.h |
| Include Path | #include "SmartObjectSubsystem.h" |
bool UnregisterSmartObjectInternal
(
USmartObjectComponent & SmartObjectComponent,
const bool bDestroyRuntimeState
)