Navigation
API > API/Runtime > API/Runtime/InteractiveToolsFramework > API/Runtime/InteractiveToolsFramework/UCombinedTransformGizmo
Description
Repositions the gizmo without issuing undo/redo changes, triggering callbacks, or moving any components. Useful for resetting the gizmo to a new location without it being viewed as a gizmo manipulation.
| Name | ReinitializeGizmoTransform |
| Type | function |
| Header File | /Engine/Source/Runtime/InteractiveToolsFramework/Public/BaseGizmos/CombinedTransformGizmo.h |
| Include Path | #include "BaseGizmos/CombinedTransformGizmo.h" |
| Source | /Engine/Source/Runtime/InteractiveToolsFramework/Private/BaseGizmos/CombinedTransformGizmo.cpp |
void ReinitializeGizmoTransform
(
const FTransform & NewTransform,
bool bKeepGizmoUnscaled
)
Parameters
| Name | Remarks |
|---|---|
| bKeepGizmoUnscaled | If true, the scale component of NewTransform is passed through to the target but gizmo scale is set to 1 |