Navigation
API > API/Plugins > API/Plugins/EnhancedInput
Inheritance Hierarchy
- UObjectBase
- UObjectBaseUtility
- UObject
- UInputModifier
- UInputModifierScalar
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;"Scalar"&41;&41;
class UInputModifierScalar : public UInputModifier
Remarks
Scalar Scales input by a set factor per axis
Variables
| Type | Name | Description | |
|---|---|---|---|
| FVector | Scalar | TODO: Detail customization to only show modifiable axes for the relevant binding? This thing has no idea what it's bound to... |
Overridden from UInputModifier
| Type | Name | Description | |
|---|---|---|---|
| FInputActionValue | ModifyRaw_Implementation
(
const UEnhancedPlayerInput* PlayerInput, |
ModifyRaw implementation. Override this to alter input values in native code. |
Overridden from UObject
| Type | Name | Description | |
|---|---|---|---|
| EDataValidationResult | IsDataValid
(
FDataValidationContext& Context |
Generic function to validate objects during changelist validations, etc. |