Module |
|
Header |
/Engine/Plugins/Experimental/GeometryProcessing/Source/DynamicMesh/Public/Sampling/MeshSurfaceSampler.h |
Include |
#include "Sampling/MeshSurfaceSampler.h" |
struct FMeshUVSampleInfo
Information about a UV sample
Name | Description | ||
---|---|---|---|
|
BaryCoords |
Barycentric coords in triangle |
|
|
MeshVertices |
3D vertices |
|
|
SurfacePoint |
Surface point (lying in Triangle3D) |
|
|
Triangle3D |
3D triangle |
|
|
TriangleIndex |
Triangle containing the sample. |
|
|
TriangleUV |
2D triangle |
|
|
UVVertices |
UV overlay vertices. |