Navigation
API > API/Plugins > API/Plugins/DynamicMesh > API/Plugins/DynamicMesh/Sampling
References
| Module | DynamicMesh |
| Header | /Engine/Plugins/Runtime/GeometryProcessing/Source/DynamicMesh/Public/Sampling/MeshSurfaceSampler.h |
| Include | #include "Sampling/MeshSurfaceSampler.h" |
Syntax
struct FMeshUVSampleInfo
Remarks
Information about a UV sample
Variables
| Type | Name | Description | |
|---|---|---|---|
| FVector3d | BaryCoords | Barycentric coords in triangle | |
| FIndex3i | MeshVertices | 3D vertices | |
| FVector3d | SurfacePoint | Surface point (lying in Triangle3D) | |
| FTriangle3d | Triangle3D | 3D triangle | |
| int32 | TriangleIndex | Triangle containing the sample. | |
| FTriangle2d | TriangleUV | 2D triangle | |
| FIndex3i | UVVertices | UV overlay vertices. |