Navigation
API > API/Editor > API/Editor/EditorInteractiveToolsFramework > API/Editor/EditorInteractiveToolsFramework/UEditorTRSGizmo
Overloads
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
UGizmoElementRotateAxis * MakeRotateAxis
(
const ETransformGizmoPartIdentifier InPartId, |
Construct rotate axis. | EditorGizmos/EditorTRSGizmo.h | |
virtual UGizmoElementTorus * MakeRotateAxis
(
ETransformGizmoPartIdentifier InPartId, |
Construct rotate axis handle | EditorGizmos/EditorTRSGizmo.h | |
virtual UGizmoElementTorus * MakeRotateAxis
(
ETransformGizmoPartIdentifier InPartId, |
Construct rotate axis. | EditorGizmos/EditorTRSGizmo.h |
MakeRotateAxis(const ETransformGizmoPartIdentifier, const EAxis::Type)
Description
Construct rotate axis.
| Name | MakeRotateAxis |
| 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 |
UGizmoElementRotateAxis * MakeRotateAxis
(
const ETransformGizmoPartIdentifier InPartId,
const EAxis::Type InAxis
)
MakeRotateAxis(ETransformGizmoPartIdentifier, const FVector &, const FVector &, UMaterialInterface *)
Description
Construct rotate axis handle
| Name | MakeRotateAxis |
| 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 UGizmoElementTorus * MakeRotateAxis
(
ETransformGizmoPartIdentifier InPartId,
const FVector & TorusAxis0,
const FVector & TorusAxis1,
UMaterialInterface * InMaterial
)
MakeRotateAxis(ETransformGizmoPartIdentifier, const FVector &, const FVector &, UMaterialInterface , UMaterialInterface )
Description
Construct rotate axis.
| Name | MakeRotateAxis |
| 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 UGizmoElementTorus * MakeRotateAxis
(
ETransformGizmoPartIdentifier InPartId,
const FVector & TorusAxis0,
const FVector & TorusAxis1,
UMaterialInterface * InMaterial,
UMaterialInterface * InCurrentMaterial
)