UInputModifierScalar

Scalar Scales input by a set factor per axis

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="Scalar"))
class UInputModifierScalar : public UInputModifier

Remarks

Scalar Scales input by a set factor per axis

Variables

Name Description

Public variable UProperty Category BlueprintReadWrite editinstanceonly

FVector

 

Scalar

TODO: Detail customization to only show modifiable axes for the relevant binding? This thing has no idea what it's bound to...

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