Navigation
API > API/Runtime > API/Runtime/Core > API/Runtime/Core/Math > API/Runtime/Core/Math/FTwoVectors > API/Runtime/Core/Math/FTwoVectors/__ctor
References
Module | Core |
Header | /Engine/Source/Runtime/Core/Public/Math/TwoVectors.h |
Include | #include "Math/TwoVectors.h" |
FTwoVectors
&40;
FVector In1,
FVector In2
&41;
Remarks
Creates and initializes a new instance with the specified vectors.
Parameters
Name | Description |
---|---|
In1 | The first Vector. |
In2 | The second Vector. |