Navigation
API > API/Plugins > API/Plugins/EnhancedInput
Response Curve Exponential Apply a simple exponential response curve to input values, per axis
| Name | UInputModifierResponseCurveExponential |
| Type | class |
| Header File | /Engine/Plugins/EnhancedInput/Source/EnhancedInput/Public/InputModifiers.h |
| Include Path | #include "InputModifiers.h" |
Syntax
UCLASS (NotBlueprintable, MinimalAPI, Meta=(DisplayName="Response Curve - Exponential"))
class UInputModifierResponseCurveExponential : public UInputModifier
Inheritance Hierarchy
- UObjectBase → UObjectBaseUtility → UObject → UInputModifier → UInputModifierResponseCurveExponential
Variables
Public
| Name | Type | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|---|
| CurveExponent | FVector | InputModifiers.h |
|
Functions
Protected
Overridden from UInputModifier
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
virtual FInputActionValue ModifyRaw_Implementation
(
const UEnhancedPlayerInput* PlayerInput, |
ModifyRaw implementation. Override this to alter input values in native code. | InputModifiers.h |