Navigation
API > API/Plugins > API/Plugins/SmartObjectsModule > API/Plugins/SmartObjectsModule/USmartObjectSubsystem
Description
Returns pointer to the smart object instance event delegate.
The delegate can be broadcast from any thread so it is the responsibility of the caller to make sure that the operations executed are safe.
| Name | GetEventDelegate |
| 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 |
FOnSmartObjectEvent * GetEventDelegate
(
const FSmartObjectHandle SmartObjectHandle
)
Pointer to object's delegate, or nullptr if instance doesn't exists.
Parameters
| Name | Remarks |
|---|---|
| SmartObjectHandle | Handle to the smart object. |