UInputModifierSmooth

Smooth Smooth inputs out over multiple frames

Windows
MacOS
Linux

Inheritance Hierarchy

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="Smooth"))
class UInputModifierSmooth : public UInputModifier

Remarks

Smooth Smooth inputs out over multiple frames

Variables

Name Description

Protected variable

FInputActionVal...

 

AverageValue

How long input has been zero.

Protected variable

int32

 

Samples

Current average input/sample

Protected variable

float

 

TotalSampleTime

Protected variable

float

 

ZeroTime

Overridden from UInputModifier

Name Description

Protected function Virtual

FInputAction...

 

ModifyRaw_Implementation

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

Input sampling total time.

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