Navigation
API > API/Plugins > API/Plugins/GameplayInteractionsModule
References
| Module | GameplayInteractionsModule |
| Header | /Engine/Plugins/Runtime/GameplayInteractions/Source/GameplayInteractionsModule/Public/GameplayInteractionsTypes.h |
| Include | #include "GameplayInteractionsTypes.h" |
Syntax
USTRUCT (BlueprintType )
struct FGameplayInteractionAbortContext
Remarks
Struct holding data related to the abort action
Variables
| Type | Name | Description | |
|---|---|---|---|
| EGameplayInteractionAbortReason | Reason |
Constructors
| Type | Name | Description | |
|---|---|---|---|
FGameplayInteractionAbortContext
(
const EGameplayInteractionAbortReason& InReason |