Navigation
API > API/Plugins > API/Plugins/GameplayInteractionsModule
Inheritance Hierarchy
- FSmartObjectSlotStateData
- FGameplayInteractionSlotUserData
References
| Module | GameplayInteractionsModule |
| Header | /Engine/Plugins/Runtime/GameplayInteractions/Source/GameplayInteractionsModule/Public/GameplayInteractionsTypes.h |
| Include | #include "GameplayInteractionsTypes.h" |
Syntax
USTRUCT (BlueprintType )
struct FGameplayInteractionSlotUserData : public FSmartObjectSlotStateData
Remarks
Data added to a Smart Object slot when interaction is started on it. Allows to look up the user.
Variables
| Type | Name | Description | |
|---|---|---|---|
| TWeakObjectPtr< AActor > | UserActor |
Constructors
| Type | Name | Description | |
|---|---|---|---|
FGameplayInteractionSlotUserData
(
AActor* InUserActor |