Navigation
API > API/Plugins > API/Plugins/ModelingComponents > API/Plugins/ModelingComponents/FTransformGizmoDataBinder
Description
Unbinds from a given gizmo. Done automatically for gizmos when their ActiveTarget is cleared when binding via the gizmo context object.
| Name | UnbindFromGizmo |
| Type | function |
| Header File | /Engine/Plugins/Runtime/MeshModelingToolset/Source/ModelingComponents/Public/Transforms/TransformGizmoDataBinder.h |
| Include Path | #include "Transforms/TransformGizmoDataBinder.h" |
| Source | /Engine/Plugins/Runtime/MeshModelingToolset/Source/ModelingComponents/Private/Transforms/TransformGizmoDataBinder.cpp |
virtual void UnbindFromGizmo
(
UCombinedTransformGizmo * Gizmo,
UTransformProxy *
)