Navigation
API > API/Plugins > API/Plugins/EnhancedInput
References
| Module | EnhancedInput |
| Header | /Engine/Plugins/EnhancedInput/Source/EnhancedInput/Public/InputTriggers.h |
| Include | #include "InputTriggers.h" |
Syntax
USTRUCT (BlueprintType )
struct FInputCancelAction
Variables
| Type | Name | Description | |
|---|---|---|---|
| TObjectPtr< const UInputAction > | CancelAction | The action that must be completed (according to Cancellation States) to cancel the combo. | |
| uint8 | CancellationStates | Trigger events for this action that will cancel the combo - what events from this action should cancel the combo. |