Navigation
API > API/Runtime > API/Runtime/InteractiveToolsFramework
IGizmoStateTarget is an interface that is used to pass notifications about significant gizmo state updates
| Name | IGizmoStateTarget |
| Type | class |
| Header File | /Engine/Source/Runtime/InteractiveToolsFramework/Public/BaseGizmos/GizmoInterfaces.h |
| Include Path | #include "BaseGizmos/GizmoInterfaces.h" |
Syntax
class IGizmoStateTarget
Derived Classes
IGizmoStateTarget derived class hierarchy
Functions
Public
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
void BeginUpdate() |
BeginUpdate is called before a standard Gizmo begins changing a parameter (via a ParameterSource) | BaseGizmos/GizmoInterfaces.h | |
void EndUpdate() |
EndUpdate is called when a standard Gizmo is finished changing a parameter (via a ParameterSource) | BaseGizmos/GizmoInterfaces.h |