Navigation
API > API/Runtime > API/Runtime/InteractiveToolsFramework > API/Runtime/InteractiveToolsFramework/BaseGizmos > API/Runtime/InteractiveToolsFramework/BaseGizmos/FSubGizmoTransformAdjuster
References
| Module | InteractiveToolsFramework |
| Header | /Engine/Source/Runtime/InteractiveToolsFramework/Public/BaseGizmos/ViewBasedTransformAdjusters.h |
| Include | #include "BaseGizmos/ViewBasedTransformAdjusters.h" |
| Source | /Engine/Source/Runtime/InteractiveToolsFramework/Private/BaseGizmos/ViewBasedTransformAdjusters.cpp |
static TSharedPtr< FSubGizmoTransformAdjuster > AddTransformAdjuster
(
UViewAdjustedStaticMeshGizmoComponent * ComponentIn,
USceneComponent * ComponentToKeepDistanceConstantTo,
bool bMirrorBasedOnOctant
)
Remarks
Static helper method to create and add this adjuster to a gizmo component for the common case of keeping a constant size gizmo.
Parameters
| Name | Description |
|---|---|
| bMirrorBasedOnOctant | If true, mirrors the component around the ComponentToKeepDistanceConstantTo depending on which octant of that component the view is located in. |