Navigation
API > API/Plugins > API/Plugins/EnhancedInput > API/Plugins/EnhancedInput/FEnhancedActionKeyMapping
Syntax
UPROPERTY&40;EditAnywhere, Instanced, BlueprintReadWrite, Category&61;"Input"&41;
TArray< TObjectPtr< UInputModifier > > Modifiers
Remarks
Modifiers applied to the raw key value. These are applied sequentially in array order.
Note: Modifiers defined in individual key mappings will be applied before those defined in the Input Action asset. Modifiers will not override any that are defined on the Input Action asset, they will be combined together during evaluation.