UDocumentation UE5.7 10.02.2026 (Source)
API documentation for Unreal Engine 5.7
FUtilVertex2D Struct Reference

#include <GeomTools.h>

Public Member Functions

 FUtilVertex2D ()
 
 FUtilVertex2D (const FVector2D &InPos)
 
 FUtilVertex2D (const FVector2D &InPos, const FColor &InColor)
 

Public Attributes

FVector2D Pos
 
FColor Color
 
FVector2D UV
 
bool bInteriorEdge
 

Detailed Description

A triangle vertex in 2D space, with UV information.

Constructor & Destructor Documentation

◆ FUtilVertex2D() [1/3]

FUtilVertex2D::FUtilVertex2D ( )
inline

◆ FUtilVertex2D() [2/3]

FUtilVertex2D::FUtilVertex2D ( const FVector2D InPos)
inline

◆ FUtilVertex2D() [3/3]

FUtilVertex2D::FUtilVertex2D ( const FVector2D InPos,
const FColor InColor 
)
inline

Member Data Documentation

◆ bInteriorEdge

bool FUtilVertex2D::bInteriorEdge

◆ Color

FColor FUtilVertex2D::Color

◆ Pos

FVector2D FUtilVertex2D::Pos

◆ UV

FVector2D FUtilVertex2D::UV

The documentation for this struct was generated from the following file: