Navigation
API > API/Plugins > API/Plugins/SmartObjectsModule > API/Plugins/SmartObjectsModule/USmartObjectSubsystem
Overloads
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
bool RegisterSmartObject
(
TNotNull< USmartObjectComponent* > SmartObjectComponent |
Registers a smart object components to the runtime simulation. | SmartObjectSubsystem.h | |
bool RegisterSmartObject
(
USmartObjectComponent& SmartObjectComponent |
SmartObjectSubsystem.h |
RegisterSmartObject(TNotNull< USmartObjectComponent * >)
Description
Registers a smart object components to the runtime simulation.
| Name | RegisterSmartObject |
| Type | function |
| Header File | /Engine/Plugins/Runtime/SmartObjects/Source/SmartObjectsModule/Public/SmartObjectSubsystem.h |
| Include Path | #include "SmartObjectSubsystem.h" |
bool RegisterSmartObject
(
TNotNull< USmartObjectComponent * > SmartObjectComponent
)
true when component is successfully registered, false otherwise
Parameters
| Name | Remarks |
|---|---|
| SmartObjectComponent | Smart object component to register |
RegisterSmartObject(USmartObjectComponent &)
| Name | RegisterSmartObject |
| Type | function |
| Header File | /Engine/Plugins/Runtime/SmartObjects/Source/SmartObjectsModule/Public/SmartObjectSubsystem.h |
| Include Path | #include "SmartObjectSubsystem.h" |
bool RegisterSmartObject
(
USmartObjectComponent & SmartObjectComponent
)