Navigation
API > API/Plugins > API/Plugins/EnhancedInput
References
| Module | EnhancedInput |
| Header | /Engine/Plugins/EnhancedInput/Source/EnhancedInput/Public/EnhancedPlayerInput.h |
| Include | #include "EnhancedPlayerInput.h" |
Syntax
USTRUCT ()
struct FKeyConsumptionOptions
Variables
| Type | Name | Description | |
|---|---|---|---|
| ETriggerEvent | EventsToCauseConsumption | A bitmask of trigger events that when reached, should cause the key to be marked as consumed. | |
| TArray< FKey > | KeysToConsume | Keys that should be consumed if the trigger state is reached |