Navigation
API > API/Editor > API/Editor/EditorInteractiveToolsFramework > API/Editor/EditorInteractiveToolsFramework/FEditorTransformGizmoDataBinder
Description
Makes it so that the gizmo binder attaches to any gizmos created by the context object in the future. The binding is automatically removed if FEditorTransformGizmoDataBinder is destroyed.
| Name | BindToGizmoContextObject |
| Type | function |
| Header File | /Engine/Source/Editor/Experimental/EditorInteractiveToolsFramework/Public/EditorGizmos/EditorTransformGizmoDataBinder.h |
| Include Path | #include "EditorGizmos/EditorTransformGizmoDataBinder.h" |
| Source | /Engine/Source/Editor/Experimental/EditorInteractiveToolsFramework/Private/EditorGizmos/EditorTransformGizmoDataBinder.cpp |
void BindToGizmoContextObject
(
UEditorTransformGizmoContextObject * InContextObject
)