Navigation
API > API/Plugins > API/Plugins/EnhancedInput
Inheritance Hierarchy
- UObject
- UInputModifier
- UInputModifierFOVScaling
References
| Module | EnhancedInput |
| Header | /Engine/Plugins/EnhancedInput/Source/EnhancedInput/Public/InputModifiers.h |
| Include | #include "InputModifiers.h" |
Syntax
UCLASS (NotBlueprintable, MinimalAPI, Meta=(DisplayName="FOV Scaling"))
class UInputModifierFOVScaling : public UInputModifier
Remarks
FOV Scaling Apply FOV dependent scaling to input values, per axis
Variables
| Type | Name | Description | |
|---|---|---|---|
| float | FOVScale | Extra scalar applied on top of basic FOV scaling. | |
| EFOVScalingType | FOVScalingType |
Overridden from UInputModifier
| Type | Name | Description | |
|---|---|---|---|
| FInputActionValue | ModifyRaw_Implementation
(
const UEnhancedPlayerInput* PlayerInput, |
ModifyRaw implementation. Override this to alter input values in native code. |