Navigation
API > API/Runtime > API/Runtime/Core > API/Runtime/Core/Math > API/Runtime/Core/Math/FTwoVectors
References
Module | Core |
Header | /Engine/Source/Runtime/Core/Public/Math/TwoVectors.h |
Include | #include "Math/TwoVectors.h" |
FVector::FReal & operator&91;&93;
&40;
int32 i
&41;
Remarks
Get a specific component from the pair. Reference to the specified component.
Parameters
Name | Description |
---|---|
i | The index of the component, even indices are for the first vector, odd ones are for the second. Returns index 5 if out of range. |