Navigation
API > API/Editor > API/Editor/EditorInteractiveToolsFramework > API/Editor/EditorInteractiveToolsFramework/UEditorTRSGizmo
Overloads
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
virtual void UpdateRotateAxis
(
UGizmoElementTorus* InElement |
Updates the given rotate axis handle with the current parameters (ie. size coefficient) | EditorGizmos/EditorTRSGizmo.h | |
virtual void UpdateRotateAxis
(
UGizmoElementRotateAxis* InElement, |
Updates the given rotate axis with the current parameters (ie. size coefficient). | EditorGizmos/EditorTRSGizmo.h |
UpdateRotateAxis(UGizmoElementTorus *)
Description
Updates the given rotate axis handle with the current parameters (ie. size coefficient)
| Name | UpdateRotateAxis |
| Type | function |
| Header File | /Engine/Source/Editor/Experimental/EditorInteractiveToolsFramework/Public/EditorGizmos/EditorTRSGizmo.h |
| Include Path | #include "EditorGizmos/EditorTRSGizmo.h" |
| Source | /Engine/Source/Editor/Experimental/EditorInteractiveToolsFramework/Private/EditorGizmos/EditorTRSGizmo.cpp |
virtual void UpdateRotateAxis
(
UGizmoElementTorus * InElement
)
UpdateRotateAxis(UGizmoElementRotateAxis *, const EAxis::Type)
Description
Updates the given rotate axis with the current parameters (ie. size coefficient).
| Name | UpdateRotateAxis |
| Type | function |
| Header File | /Engine/Source/Editor/Experimental/EditorInteractiveToolsFramework/Public/EditorGizmos/EditorTRSGizmo.h |
| Include Path | #include "EditorGizmos/EditorTRSGizmo.h" |
| Source | /Engine/Source/Editor/Experimental/EditorInteractiveToolsFramework/Private/EditorGizmos/EditorTRSGizmo.cpp |
virtual void UpdateRotateAxis
(
UGizmoElementRotateAxis * InElement,
const EAxis::Type InAxis
)