UInputModifierResponseCurveExponential

Response Curve Exponential Apply a simple exponential response curve to input values, per axis

Windows
MacOS
Linux

Inheritance Hierarchy

UObjectBase

UObjectBaseUtility

UObject

UInputModifier

UInputModifierResponseCurveExponential

References

Module

EnhancedInput

Header

/Engine/Plugins/Experimental/EnhancedInput/Source/EnhancedInput/Public/InputModifiers.h

Include

#include "InputModifiers.h"

Syntax

[UCLASS](Programming/UnrealArchitecture/Reference/Classes#classdeclaration)(NotBlueprintable, MinimalAPI, Meta=(DisplayName="Response Curve - Exponential"))
class UInputModifierResponseCurveExponential : public UInputModifier

Remarks

Response Curve Exponential Apply a simple exponential response curve to input values, per axis

Variables

Name Description

Public variable UProperty Category BlueprintReadWrite Config editinstanceonly

FVector

 

CurveExponent

Overridden from UInputModifier

Name Description

Protected function Virtual

FInputAction...

 

ModifyRaw_Implementation

(
    const UEnhancedPlayerInput* Pl...,
    FInputActionValue CurrentValue,
    float DeltaTime
)

ModifyRaw implementation.

Help shape the future of Unreal Engine documentation! Tell us how we're doing so we can serve you better.
Take our survey
Dismiss