Navigation
API > API/Plugins > API/Plugins/SmartObjectsModule > API/Plugins/SmartObjectsModule/USmartObjectSubsystem
References
| Module | SmartObjectsModule |
| Header | /Engine/Plugins/Runtime/SmartObjects/Source/SmartObjectsModule/Public/SmartObjectSubsystem.h |
| Include | #include "SmartObjectSubsystem.h" |
| Source | /Engine/Plugins/Runtime/SmartObjects/Source/SmartObjectsModule/Private/SmartObjectSubsystem.cpp |
FOnSmartObjectEvent * GetSlotEventDelegate
(
const FSmartObjectSlotHandle SlotHandle
)
Remarks
Returns pointer to the smart object changed delegate associated to the provided handle. The delegate is shared for all slots so listeners must filter using 'Event.SlotHandle'. Pointer to slot's delegate, or nullptr if slot does not exists.
Parameters
| Name | Description |
|---|---|
| SlotHandle | Handle to the smart object slot. |