Navigation
API > API/Plugins > API/Plugins/EnhancedInput
Inheritance Hierarchy
- UObjectBase
- UObjectBaseUtility
- UObject
- UInputModifier
- UInputModifierSwizzleAxis
References
| Module | EnhancedInput |
| Header | /Engine/Plugins/EnhancedInput/Source/EnhancedInput/Public/InputModifiers.h |
| Include | #include "InputModifiers.h" |
Syntax
UCLASS&40;NotBlueprintable, MinimalAPI, Meta&61;&40;DisplayName&61;"Swizzle Input Axis Values"&41;&41;
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. |