FGizmoVec2ParameterChange

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

Windows
MacOS
Linux

References

Module

InteractiveToolsFramework

Header

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

Include

#include "BaseGizmos/ParameterSourcesVec2.h"

Syntax

struct FGizmoVec2ParameterChange

Remarks

Various implementations of IGizmoVec2ParameterSourceFGizmoVec2ParameterChange represents a change in the value of an IGizmoVec2ParameterSource. IGizmoVec2ParameterSource implementations use this to track changes and emit delta information.

Variables

Name Description

Public variable

FVector2D

 

CurrentValue

Public variable

FVector2D

 

InitialValue

Constructors

Name Description

Public function

FGizmoVec2ParameterChange

(
    const FVector2D& StartValue
)

Functions

Name Description

Public function Const

FVector2D

 

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