Navigation
API > API/Runtime > API/Runtime/InteractiveToolsFramework > API/Runtime/InteractiveToolsFramework/FSubGizmoTransformAdjuster
Description
Update the transform of the gizmo origin relative to this component. This is safe to do even if the adjuster is used by the render thread (the render-side update gets queued properly).
| Name | SetGizmoOriginTransform |
| Type | function |
| Header File | /Engine/Source/Runtime/InteractiveToolsFramework/Public/BaseGizmos/ViewBasedTransformAdjusters.h |
| Include Path | #include "BaseGizmos/ViewBasedTransformAdjusters.h" |
| Source | /Engine/Source/Runtime/InteractiveToolsFramework/Private/BaseGizmos/ViewBasedTransformAdjusters.cpp |
void SetGizmoOriginTransform
(
const FTransform & GizmoOriginToComponent
)