UDocumentation UE5.7 10.02.2026 (Source)
API documentation for Unreal Engine 5.7
IGizmoStateTarget Class Referenceabstract

#include <GizmoInterfaces.h>

+ Inheritance diagram for IGizmoStateTarget:

Public Member Functions

virtual void BeginUpdate ()=0
 
virtual void EndUpdate ()=0
 

Detailed Description

IGizmoStateTarget is an interface that is used to pass notifications about significant gizmo state updates

Member Function Documentation

◆ BeginUpdate()

virtual void IGizmoStateTarget::BeginUpdate ( )
pure virtual

BeginUpdate is called before a standard Gizmo begins changing a parameter (via a ParameterSource)

Implemented in UGizmoLambdaStateTarget, UGizmoObjectModifyStateTarget, UGizmoTransformChangeStateTarget, and UGizmoNilStateTarget.

◆ EndUpdate()

virtual void IGizmoStateTarget::EndUpdate ( )
pure virtual

EndUpdate is called when a standard Gizmo is finished changing a parameter (via a ParameterSource)

Implemented in UGizmoLambdaStateTarget, UGizmoObjectModifyStateTarget, UGizmoTransformChangeStateTarget, and UGizmoNilStateTarget.


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