UDocumentation UE5.7 10.02.2026 (Source)
API documentation for Unreal Engine 5.7
FGizmoVec2ParameterChange Struct Reference

#include <ParameterSourcesVec2.h>

Public Member Functions

FVector2D GetChangeDelta () const
 
 FGizmoVec2ParameterChange (const FVector2D &StartValue=FVector2D::ZeroVector)
 

Public Attributes

FVector2D InitialValue = FVector2D::ZeroVector
 
FVector2D CurrentValue = FVector2D::ZeroVector
 

Detailed Description

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

Constructor & Destructor Documentation

◆ FGizmoVec2ParameterChange()

FGizmoVec2ParameterChange::FGizmoVec2ParameterChange ( const FVector2D StartValue = FVector2D::ZeroVector)
inlineexplicit

Member Function Documentation

◆ GetChangeDelta()

FVector2D FGizmoVec2ParameterChange::GetChangeDelta ( ) const
inline

Member Data Documentation

◆ CurrentValue

FVector2D FGizmoVec2ParameterChange::CurrentValue = FVector2D::ZeroVector

◆ InitialValue

FVector2D FGizmoVec2ParameterChange::InitialValue = FVector2D::ZeroVector

The documentation for this struct was generated from the following file: