Navigation
API > API/Runtime > API/Runtime/InteractiveToolsFramework > API/Runtime/InteractiveToolsFramework/BaseGizmos
Inheritance Hierarchy
- UObjectBase
- UObjectBaseUtility
- UObject
- UGizmoWorldAxisSource
References
| Module | InteractiveToolsFramework |
| Header | /Engine/Source/Runtime/InteractiveToolsFramework/Public/BaseGizmos/AxisSources.h |
| Include | #include "BaseGizmos/AxisSources.h" |
Syntax
class UGizmoWorldAxisSource :
public UObject,
public IGizmoAxisSource
Remarks
UGizmoWorldAxisSource is an IGizmoAxisSource that provides one of the World axes (ie X/Y/Z axes) based on an integer AxisIndex in range [0,2]. The Orgin is internally stored as a FProperty.
Variables
| Type | Name | Description | |
|---|---|---|---|
| int | AxisIndex | Clamped internally to 0,1,2 | |
| FVector | Origin |
Functions
| Type | Name | Description | |
|---|---|---|---|
| UGizmoWorldAxisSource * |
Overridden from IGizmoAxisSource
| Type | Name | Description | |
|---|---|---|---|
| FVector | GetDirection () |
||
| FVector | GetOrigin () |