Navigation
Unreal Engine C++ API Reference > Runtime > Core > Math > FEdge > FEdge
References
Module | Core |
Header | /Engine/Source/Runtime/Core/Public/Math/Edge.h |
Include | #include "Math/Edge.h" |
FEdge
&40;
FVector V1,
FVector V2
&41;
Remarks
Creates and initializes a new edge from two vertices.
Parameters
Name | Description |
---|---|
V1 | The first vertex. |
V2 | The second vertex. |