Navigation
API > API/Runtime > API/Runtime/Engine
An edge in 2D space, used by these utility functions.
| Name | FUtilEdge2D |
| Type | struct |
| Header File | /Engine/Source/Runtime/Engine/Public/GeomTools.h |
| Include Path | #include "GeomTools.h" |
Syntax
struct FUtilEdge2D
Variables
Public
| Name | Type | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|---|
| V0 | FVector2D | Start of edge in 2D space. | GeomTools.h | |
| V1 | FVector2D | End of edge in 2D space. | GeomTools.h |