Navigation
API > API/Runtime > API/Runtime/InteractiveToolsFramework > API/Runtime/InteractiveToolsFramework/BaseGizmos
Inheritance Hierarchy
- UObject
- IGizmoAxisSource
- UGizmoConstantFrameAxisSource
References
| Module | InteractiveToolsFramework |
| Header | /Engine/Source/Runtime/InteractiveToolsFramework/Public/BaseGizmos/AxisSources.h |
| Include | #include "BaseGizmos/AxisSources.h" |
Syntax
UCLASS (MinimalAPI)
class UGizmoConstantFrameAxisSource :
public UObject,
public IGizmoAxisSource
Remarks
UGizmoConstantFrameAxisSource is an IGizmoAxisSource implementation that internally stores the Origin, Direction, and X/Y Tangent constants.
Variables
| Type | Name | Description | |
|---|---|---|---|
| FVector | Direction | ||
| FVector | Origin | ||
| FVector | TangentX | ||
| FVector | TangentY |
Overridden from IGizmoAxisSource
| Type | Name | Description | |
|---|---|---|---|
| FVector | GetDirection () |
||
| FVector | GetOrigin () |
||
| void | GetTangentVectors
(
FVector& TangentXOut, |
Get the two tangent vectors that are orthogonal to the Direction vector. | |
| bool |