Navigation
API > API/Runtime > API/Runtime/Core > API/Runtime/Core/FTwoVectors
Overloads
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
FTwoVectors () |
Default constructor. | Math/TwoVectors.h | |
| Constructor. | Math/TwoVectors.h | ||
FTwoVectors
(
FVector In1, |
Creates and initializes a new instance with the specified vectors. | Math/TwoVectors.h |
FTwoVectors()
Description
Default constructor.
| Name | FTwoVectors |
| Type | function |
| Header File | /Engine/Source/Runtime/Core/Public/Math/TwoVectors.h |
| Include Path | #include "Math/TwoVectors.h" |
FTwoVectors()
FTwoVectors(EForceInit)
Description
Constructor.
| Name | FTwoVectors |
| Type | function |
| Header File | /Engine/Source/Runtime/Core/Public/Math/TwoVectors.h |
| Include Path | #include "Math/TwoVectors.h" |
FTwoVectors
(
EForceInit
)
Parameters
| Name | Remarks |
|---|---|
| EForceInit | Force Init Enum |
FTwoVectors(FVector, FVector)
Description
Creates and initializes a new instance with the specified vectors.
| Name | FTwoVectors |
| Type | function |
| Header File | /Engine/Source/Runtime/Core/Public/Math/TwoVectors.h |
| Include Path | #include "Math/TwoVectors.h" |
FTwoVectors
(
FVector In1,
FVector In2
)
Parameters
| Name | Remarks |
|---|---|
| In1 | The first Vector. |
| In2 | The second Vector. |