Navigation
API > API/Plugins > API/Plugins/EnhancedInput
Inheritance Hierarchy
- UObjectBase
- UObjectBaseUtility
- UObject
- UInputModifier
- UInputModifierResponseCurveExponential
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;"Response Curve &45; Exponential"&41;&41;
class UInputModifierResponseCurveExponential : public UInputModifier
Remarks
Response Curve Exponential Apply a simple exponential response curve to input values, per axis
Variables
| Type | Name | Description | |
|---|---|---|---|
| FVector | CurveExponent |
Overridden from UInputModifier
| Type | Name | Description | |
|---|---|---|---|
| FInputActionValue | ModifyRaw_Implementation
(
const UEnhancedPlayerInput* PlayerInput, |
ModifyRaw implementation. Override this to alter input values in native code. |