Navigation
API > API/Plugins > API/Plugins/EnhancedInput
Inheritance Hierarchy
- UObject
- UInputModifier
- UInputModifierSwizzleAxis
References
| Module | EnhancedInput |
| Header | /Engine/Plugins/EnhancedInput/Source/EnhancedInput/Public/InputModifiers.h |
| Include | #include "InputModifiers.h" |
Syntax
UCLASS (NotBlueprintable, MinimalAPI, Meta=(DisplayName="Swizzle Input Axis Values"))
class UInputModifierSwizzleAxis : public UInputModifier
Remarks
Swizzle axis components of an input value. Useful to map a 1D input onto the Y axis of a 2D action.
Variables
| Type | Name | Description | |
|---|---|---|---|
| EInputAxisSwizzle | Order | Default to XY swap, useful for binding 1D inputs to the Y axis. |
Overridden from UInputModifier
| Type | Name | Description | |
|---|---|---|---|
| FLinearColor | GetVisualizationColor_Implementation
(
FInputActionValue SampleValue, |
||
| FInputActionValue | ModifyRaw_Implementation
(
const UEnhancedPlayerInput* PlayerInput, |
ModifyRaw implementation. Override this to alter input values in native code. |