Navigation
API > API/Runtime > API/Runtime/Core > API/Runtime/Core/FEdge
Overloads
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
FEdge () |
Default constructor (no initialization). | Math/Edge.h | |
FEdge
(
FVector V1, |
Creates and initializes a new edge from two vertices. | Math/Edge.h |
FEdge()
Description
Default constructor (no initialization).
| Name | FEdge |
| Type | function |
| Header File | /Engine/Source/Runtime/Core/Public/Math/Edge.h |
| Include Path | #include "Math/Edge.h" |
FEdge()
FEdge(FVector, FVector)
Description
Creates and initializes a new edge from two vertices.
| Name | FEdge |
| Type | function |
| Header File | /Engine/Source/Runtime/Core/Public/Math/Edge.h |
| Include Path | #include "Math/Edge.h" |
FEdge
(
FVector V1,
FVector V2
)
Parameters
| Name | Remarks |
|---|---|
| V1 | The first vertex. |
| V2 | The second vertex. |