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

#include <BlendSpaceHelpers.h>

Public Member Functions

 FHalfEdge ()
 
 FHalfEdge (FVertex *A, FVertex *B)
 
bool DoesShare (const FHalfEdge &A) const
 
bool operator== (const FHalfEdge &Other) const
 

Public Attributes

FVertexVertices [2]
 

Constructor & Destructor Documentation

◆ FHalfEdge() [1/2]

FHalfEdge::FHalfEdge ( )
inline

◆ FHalfEdge() [2/2]

FHalfEdge::FHalfEdge ( FVertex A,
FVertex B 
)
inline

Member Function Documentation

◆ DoesShare()

bool FHalfEdge::DoesShare ( const FHalfEdge A) const
inline

◆ operator==()

bool FHalfEdge::operator== ( const FHalfEdge Other) const
inline

Member Data Documentation

◆ Vertices

FVertex* FHalfEdge::Vertices[2]

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