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

#include <ParameterSourcesFloat.h>

Public Member Functions

float GetChangeDelta () const
 
 FGizmoFloatParameterChange (float StartValue=0)
 

Public Attributes

float InitialValue = 0
 
float CurrentValue = 0
 

Detailed Description

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

Constructor & Destructor Documentation

◆ FGizmoFloatParameterChange()

FGizmoFloatParameterChange::FGizmoFloatParameterChange ( float  StartValue = 0)
inlineexplicit

Member Function Documentation

◆ GetChangeDelta()

float FGizmoFloatParameterChange::GetChangeDelta ( ) const
inline

Member Data Documentation

◆ CurrentValue

float FGizmoFloatParameterChange::CurrentValue = 0

◆ InitialValue

float FGizmoFloatParameterChange::InitialValue = 0

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