Choose your operating system:
Windows
macOS
Linux
| UObjectBase
|
Module |
|
Header |
/Engine/Source/Editor/Experimental/EditorInteractiveToolsFramework/Public/EditorGizmos/EditorAxisSources.h |
Include |
#include "EditorGizmos/EditorAxisSources.h" |
class UGizmoEditorAxisSource :
public UObject,
public IGizmoAxisSource
UGizmoEditorAxisSource is an IGizmoAxisSource implementation that provides one of the X/Y/Z axes of the Level Editor local coordinate system, mapped to World, based on an integer AxisIndex in range [0,2]. The Axis Origin is the Level Editor's pivot location.
Name | Description | ||
---|---|---|---|
|
int |
AxisIndex |
Clamped internally to 0,1,2 |
|
bLocalAxes |
If false, returns World axes |
Name | Description | ||
---|---|---|---|
|
UGizmoEditor... |
Construct |
Name | Description | ||
---|---|---|---|
|
GetDirection() |
||
|
GetOrigin() |