Navigation
API > API/Plugins > API/Plugins/EnhancedInput
Inheritance Hierarchy
- UObject
- UInputModifier
- UInputModifierNegate
References
| Module | EnhancedInput |
| Header | /Engine/Plugins/EnhancedInput/Source/EnhancedInput/Public/InputModifiers.h |
| Include | #include "InputModifiers.h" |
Syntax
UCLASS (NotBlueprintable, MinimalAPI, Meta=(DisplayName="Negate"))
class UInputModifierNegate : public UInputModifier
Remarks
Negate Inverts input per axis
Variables
| Type | Name | Description | |
|---|---|---|---|
| bool | bX | ||
| bool | bY | ||
| bool | bZ |
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. |