Navigation
API > API/Runtime > API/Runtime/InteractiveToolsFramework > API/Runtime/InteractiveToolsFramework/UCombinedTransformGizmo
Description
Set a new position for the Gizmo. This is done via the same mechanisms as the sub-gizmos, so it generates the same Change/Modify() events, and hence works with Undo/Redo
| Name | SetNewGizmoTransform |
| 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 |
virtual void SetNewGizmoTransform
(
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 |