IGizmoStateTarget

[IGizmoStateTarget](API\Runtime\InteractiveToolsFramework\BaseGizmos\IGizmoStateTarget) is an interface that is used to pass notifications about significant gizmo state updates

Windows
MacOS
Linux

Inheritance Hierarchy

References

Module

InteractiveToolsFramework

Header

/Engine/Source/Runtime/Experimental/InteractiveToolsFramework/Public/BaseGizmos/GizmoInterfaces.h

Include

#include "BaseGizmos/GizmoInterfaces.h"

Syntax

class IGizmoStateTarget

Remarks

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

Functions

Name Description

Public function

void

 

BeginUpdate()

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

Public function

void

 

EndUpdate()

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

Help shape the future of Unreal Engine documentation! Tell us how we're doing so we can serve you better.
Take our survey
Dismiss