Navigation
API > API/Plugins > API/Plugins/DynamicMesh
Types of query that FMeshSurfaceUVSampler/TMeshSurfaceUVSampler supports
| Name | UE::Geometry::EMeshSurfaceSamplerQueryType |
| Type | enum |
| Header File | /Engine/Plugins/Runtime/GeometryProcessing/Source/DynamicMesh/Public/Sampling/MeshSurfaceSampler.h |
| Include Path | #include "Sampling/MeshSurfaceSampler.h" |
Syntax
namespace UE
{
namespace Geometry
{
enum EMeshSurfaceSamplerQueryType
{
UVOnly,
TriangleAndUV,
}
}
}
Values
| Name | Remarks |
|---|---|
| UVOnly | Query with arbitrary UV value |
| TriangleAndUV | Query with given TriangleID and UV that is assumed to lie within that Triangle |