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