![]() |
UDocumentation UE5.7 10.02.2026 (Source)
API documentation for Unreal Engine 5.7
|
#include <GizmoInterfaces.h>
Inheritance diagram for IGizmoStateTarget:Public Member Functions | |
| virtual void | BeginUpdate ()=0 |
| virtual void | EndUpdate ()=0 |
IGizmoStateTarget is an interface that is used to pass notifications about significant gizmo state updates
BeginUpdate is called before a standard Gizmo begins changing a parameter (via a ParameterSource)
Implemented in UGizmoLambdaStateTarget, UGizmoObjectModifyStateTarget, UGizmoTransformChangeStateTarget, and UGizmoNilStateTarget.
EndUpdate is called when a standard Gizmo is finished changing a parameter (via a ParameterSource)
Implemented in UGizmoLambdaStateTarget, UGizmoObjectModifyStateTarget, UGizmoTransformChangeStateTarget, and UGizmoNilStateTarget.