Navigation
API > API/Runtime > API/Runtime/InteractiveToolsFramework > API/Runtime/InteractiveToolsFramework/UGizmoConstantFrameAxisSource
Warnings * Only valid if HasTangentVectors() returns true
Description
Get the two tangent vectors that are orthogonal to the Direction vector.
Only valid if HasTangentVectors() returns true
Virtual Inheritance
- IGizmoAxisSource::GetTangentVectors → UGizmoConstantFrameAxisSource::GetTangentVectors
| Name | GetTangentVectors |
| Type | function |
| Header File | /Engine/Source/Runtime/InteractiveToolsFramework/Public/BaseGizmos/AxisSources.h |
| Include Path | #include "BaseGizmos/AxisSources.h" |
virtual void GetTangentVectors
(
FVector & TangentXOut,
FVector & TangentYOut
) const