Navigation
API > API/Plugins > API/Plugins/EnhancedInput > API/Plugins/EnhancedInput/UInputModifier
References
| Module | EnhancedInput |
| Header | /Engine/Plugins/EnhancedInput/Source/EnhancedInput/Public/InputModifiers.h |
| Include | #include "InputModifiers.h" |
UFUNCTION&40;BlueprintCallable, BlueprintNativeEvent, Category&61;"Modifier"&41;
FInputActionValue ModifyRaw
&40;
const UEnhancedPlayerInput &42; PlayerInput,
FInputActionValue CurrentValue,
float DeltaTime
&41; const
Remarks
ModifyRaw Will be called by each modifier in the modifier chain
Parameters
| Name | Description |
|---|---|
| CurrentValue | The modified value returned by the previous modifier in the chain, or the base raw value if this is the first modifier in the chain. |