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 |
bool SendSlotEvent
(
const FSmartObjectSlotHandle SlotHandle,
const FGameplayTag EventTag,
const FConstStructView Payload
)
Remarks
Sends event to a Smart Object slot. True if the event was successfully sent.
Parameters
| Name | Description |
|---|---|
| SlotHandle | Handle to the smart object slot. |
| EventTag | Gameplay Tag describing the event type. |
| Payload | Struct payload for the event. |