Navigation
API > API/Runtime > API/Runtime/InteractiveToolsFramework > API/Runtime/InteractiveToolsFramework/BaseGizmos
Inheritance Hierarchy
- UObjectBase
- UObjectBaseUtility
- UObject
- UGizmoConstantAxisSource
References
| Module | InteractiveToolsFramework |
| Header | /Engine/Source/Runtime/InteractiveToolsFramework/Public/BaseGizmos/AxisSources.h |
| Include | #include "BaseGizmos/AxisSources.h" |
Syntax
class UGizmoConstantAxisSource :
public UObject,
public IGizmoAxisSource
Remarks
UGizmoConstantAxisSource is an IGizmoAxisSource implementation that internally stores the Origin and Direction constants
Variables
| Type | Name | Description | |
|---|---|---|---|
| FVector | Direction | ||
| FVector | Origin |
Overridden from IGizmoAxisSource
| Type | Name | Description | |
|---|---|---|---|
| FVector | GetDirection () |
||
| FVector | GetOrigin () |