Navigation
API > API/Plugins > API/Plugins/SmartObjectsModule
References
| Module | SmartObjectsModule |
| Header | /Engine/Plugins/Runtime/SmartObjects/Source/SmartObjectsModule/Public/SmartObjectTypes.h |
| Include | #include "SmartObjectTypes.h" |
Syntax
USTRUCT (BlueprintType )
struct FSmartObjectEventData
Remarks
Struct describing a change in Smart Object or Slot.
Variables
| Type | Name | Description | |
|---|---|---|---|
| FConstStructView | EventPayload | Event payload. | |
| ESmartObjectChangeReason | Reason | Change reason. | |
| FSmartObjectSlotHandle | SlotHandle | Handle to the changed slot, if invalid, the event is for the object. | |
| FSmartObjectHandle | SmartObjectHandle | Handle to the changed Smart Object. | |
| FGameplayTag | Tag | Added/Removed tag, or event tag, depending on Reason. |