MeshUtilitiesCommon

Windows
MacOS
Linux

Classes

Name

Description

Public class

FAllocator2D

Public struct

FCompareIndexAndZ

Sorting function for vertex Z/index pairs.

Public class

FDisjointSet

Public struct

FIndexAndZ

Helper struct for building acceleration structures.

Public class

FLayoutUV

Public struct

FMeshChart

Public struct

FOverlappingCorners

Container to hold overlapping corners. For a vertex, lists all the overlapping vertices

Enums

Name

Description

Public enum

ELightmapUVVersion

Functions

Name Description

Public function

bool

 

PointsEqual

(
    const FVector& V1,
    const FVector& V2,
    float ComparisonThreshold
)

Returns true if the specified points are about equal

Public function Static

float

 

TriangleUtilities::ComputeTriangleArea

(
    const FVector& PointA,
    const FVector& PointB,
    const FVector& PointC
)

This function compute the area of a triangle, it will return zero if the triangle is degenerated

Public function Static

float

 

TriangleUtilities::ComputeTriangleCornerAngle

(
    const FVector& PointA,
    const FVector& PointB,
    const FVector& PointC
)

This function compute the angle of a triangle corner, it will return zero if the triangle is degenerated

Help shape the future of Unreal Engine documentation! Tell us how we're doing so we can serve you better.
Take our survey
Dismiss