Navigation
API > API/Plugins > API/Plugins/EnhancedInput > API/Plugins/EnhancedInput/UEnhancedInputDeveloperSettings
Syntax
UPROPERTY (Config, EditAnywhere, Category="Enhanced Input",
Meta=(ConsoleVariable="EnhancedInput.OnlyTriggerLastActionInChord"))
uint8 bShouldOnlyTriggerLastActionInChord: 1
Remarks
If true, then only the last action in a ChordedAction trigger will be fired. This means that only the action that has the ChordedTrigger on it will be fired, not the individual steps.
Default value is true.