Navigation
API > API/Plugins > API/Plugins/EnhancedInput > API/Plugins/EnhancedInput/UInputAction
Syntax
UPROPERTY&40;EditAnywhere, Instanced, BlueprintReadWrite, Category&61;Action&41;
TArray< TObjectPtr< UInputModifier > > Modifiers
Remarks
Modifiers are applied to the final action value. These are applied sequentially in array order. They are applied on top of any FEnhancedActionKeyMapping modifiers that drove the initial input
Note: Modifiers defined in the Input Action asset will be applied AFTER any modifiers defined in individual key mappings in the Input Mapping Context asset.