Choose your operating system:
Windows
macOS
Linux
Module |
|
Header |
/Engine/Plugins/Experimental/EnhancedInput/Source/EnhancedInput/Public/InputModifiers.h |
Include |
#include "InputModifiers.h" |
UFUNCTION(BlueprintNativeEvent, Category="Modifier")
FLinearColor GetVisualizationColor
(
FInputActionValue SampleValue,
FInputActionValue FinalValue
) const
Helper to allow debug visualization of the modifier.
Parameter |
Description |
---|---|
SampleValue |
The base input action value pre-modification (ranging -1 -> 1 across all applicable axes). |
FinalValue |
The post-modification input action value for the provided SampleValue. |