FGizmoFloatParameterChange

[FGizmoVec2ParameterChange](API\Runtime\InteractiveToolsFramework\BaseGizmos\FGizmoVec2ParameterChange) represents a change in the value of an [IGizmoFloatParameterSource](API\Runtime\InteractiveToolsFramework\BaseGizmos\IGizmoFloatParameterSource).

Windows
MacOS
Linux

References

Module

InteractiveToolsFramework

Header

/Engine/Source/Runtime/Experimental/InteractiveToolsFramework/Public/BaseGizmos/ParameterSourcesFloat.h

Include

#include "BaseGizmos/ParameterSourcesFloat.h"

Syntax

struct FGizmoFloatParameterChange

Remarks

FGizmoVec2ParameterChange represents a change in the value of an IGizmoFloatParameterSource. IGizmoFloatParameterSource implementations use this to track changes and emit delta information.

Variables

Name Description

Public variable

float

 

CurrentValue

Public variable

float

 

InitialValue

Constructors

Name Description

Public function

FGizmoFloatParameterChange

(
    float StartValue
)

Functions

Name Description

Public function Const

float

 

GetChangeDelta()

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