FDynamicMeshUVMesh

Wrapper around a Mesh and UV Overlay that provides UVs triangles as vertices.

Windows
MacOS
Linux

References

Module

DynamicMesh

Header

/Engine/Plugins/Experimental/GeometryProcessing/Source/DynamicMesh/Public/Sampling/MeshSurfaceSampler.h

Include

#include "Sampling/MeshSurfaceSampler.h"

Syntax

struct FDynamicMeshUVMesh

Remarks

Wrapper around a Mesh and UV Overlay that provides UVs triangles as vertices. This allows building a TMeshAABBTree3 for the UV mesh

Variables

Name Description

Public variable

const FDynamicM...

 

Mesh

Public variable

const FDynamicM...

 

UV

Functions

Name Description

Public function Const

int32

 

GetShapeTimestamp()

Public function Const

FIndex3i

 

GetTriangle

(
    int32 TriangleIndex
)

Public function Const

void

 

GetTriVertices

(
    int32 TriangleIndex,
    FVector3d& V0,
    FVector3d& V1,
    FVector3d& V2
)

Public function Const

FVector3d

 

GetVertex

(
    int32 ElementIndex
)

Public function Const

bool

 

IsTriangle

(
    int32 TriangleIndex
)

Public function Const

bool

 

IsVertex

(
    int32 VertexIndex
)

Public function Const

int32

 

MaxTriangleID()

Public function Const

int32

 

MaxVertexID()

Public function Const

int32

 

TriangleCount()

Public function Const

int32

 

VertexCount()

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