Navigation
API > API/Runtime > API/Runtime/InteractiveToolsFramework > API/Runtime/InteractiveToolsFramework/BaseGizmos > API/Runtime/InteractiveToolsFramework/BaseGizmos/IGizmoAxisSource
Warnings * Only valid if HasTangentVectors() returns true
- IGizmoAxisSource::GetTangentVectors()
- UGizmoComponentAxisSource::GetTangentVectors()
- UGizmoConstantFrameAxisSource::GetTangentVectors()
References
| Module | InteractiveToolsFramework |
| Header | /Engine/Source/Runtime/InteractiveToolsFramework/Public/BaseGizmos/GizmoInterfaces.h |
| Include | #include "BaseGizmos/GizmoInterfaces.h" |
UFUNCTION ()
virtual void GetTangentVectors
(
FVector & TangentXOut,
FVector & TangentYOut
) const
Remarks
Get the two tangent vectors that are orthogonal to the Direction vector.
Only valid if HasTangentVectors() returns true