Navigation
API > API/Editor > API/Editor/EditorInteractiveToolsFramework > API/Editor/EditorInteractiveToolsFramework/UTransformGizmo
Overloads
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
virtual void UpdateTranslateAxis
(
UGizmoElementArrow* InElement |
Updates the given translate axis handle with the current parameters (ie. size coefficient) | EditorGizmos/TransformGizmo.h | |
virtual void UpdateTranslateAxis
(
UGizmoElementArrow* InElement, |
Updates the given translate axis handle with the current parameters (ie. size coefficient) | EditorGizmos/TransformGizmo.h | |
virtual void UpdateTranslateAxis
(
UGizmoElementArrow* InElement, |
Updates the given translate axis handle with the current parameters (ie. size coefficient) | EditorGizmos/TransformGizmo.h |
UpdateTranslateAxis(UGizmoElementArrow *)
Description
Updates the given translate axis handle with the current parameters (ie. size coefficient)
| Name | UpdateTranslateAxis |
| Type | function |
| Header File | /Engine/Source/Editor/Experimental/EditorInteractiveToolsFramework/Public/EditorGizmos/TransformGizmo.h |
| Include Path | #include "EditorGizmos/TransformGizmo.h" |
| Source | /Engine/Source/Editor/Experimental/EditorInteractiveToolsFramework/Private/EditorGizmos/TransformGizmo.cpp |
virtual void UpdateTranslateAxis
(
UGizmoElementArrow * InElement
)
UpdateTranslateAxis(UGizmoElementArrow *, const EAxis::Type)
Description
Updates the given translate axis handle with the current parameters (ie. size coefficient)
| Name | UpdateTranslateAxis |
| Type | function |
| Header File | /Engine/Source/Editor/Experimental/EditorInteractiveToolsFramework/Public/EditorGizmos/TransformGizmo.h |
| Include Path | #include "EditorGizmos/TransformGizmo.h" |
| Source | /Engine/Source/Editor/Experimental/EditorInteractiveToolsFramework/Private/EditorGizmos/TransformGizmo.cpp |
virtual void UpdateTranslateAxis
(
UGizmoElementArrow * InElement,
const EAxis::Type InAxis
)
UpdateTranslateAxis(UGizmoElementArrow *, const FVector &, const FVector &)
Description
Updates the given translate axis handle with the current parameters (ie. size coefficient)
| Name | UpdateTranslateAxis |
| Type | function |
| Header File | /Engine/Source/Editor/Experimental/EditorInteractiveToolsFramework/Public/EditorGizmos/TransformGizmo.h |
| Include Path | #include "EditorGizmos/TransformGizmo.h" |
| Source | /Engine/Source/Editor/Experimental/EditorInteractiveToolsFramework/Private/EditorGizmos/TransformGizmo.cpp |
virtual void UpdateTranslateAxis
(
UGizmoElementArrow * InElement,
const FVector & InAxisDir,
const FVector & InSideDir
)