Navigation
API > API/Runtime > API/Runtime/InteractiveToolsFramework > API/Runtime/InteractiveToolsFramework/IGizmoAxisSource
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
Derived Overrides
| Name | GetTangentVectors |
| Type | function |
| Header File | /Engine/Source/Runtime/InteractiveToolsFramework/Public/BaseGizmos/GizmoInterfaces.h |
| Include Path | #include "BaseGizmos/GizmoInterfaces.h" |
UFUNCTION ()
virtual void GetTangentVectors
(
FVector & TangentXOut,
FVector & TangentYOut
) const