Navigation
API > API/Plugins > API/Plugins/ModelingComponents > API/Plugins/ModelingComponents/FTransformGizmoDataBinder
Description
Changes which gizmo is being tracked, out of those to which the data binder has been bound to via BindToInitializedGizmo().
Note that if the same data binder is bound to multiple gizmos, then it will switch tracked gizmos automatically whenever a gizmo is dragged, or whenever a gizmo becomes visible without the previously tracked gizmo being visible.
| Name | SetTrackedGizmo |
| 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 SetTrackedGizmo
(
UCombinedTransformGizmo * Gizmo
)