Navigation
API > API/Plugins > API/Plugins/EnhancedInput > API/Plugins/EnhancedInput/UEnhancedInputDeveloperSettings
Syntax
UPROPERTY&40;Config, EditAnywhere, Category&61;"Enhanced Input",
Meta&61;&40;ConsoleVariable&61;"EnhancedInput.OnlyTriggerLastActionInChord"&41;&41;
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.