EMeshSurfaceSamplerQueryType

Types of query that [TMeshSurfaceUVSampler](API\Plugins\DynamicMesh\Sampling\TMeshSurfaceUVSampler) supports

Windows
MacOS
Linux

References

Module

DynamicMesh

Header

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

Include

#include "Sampling/MeshSurfaceSampler.h"

Syntax

enum EMeshSurfaceSamplerQueryType
{
    UVOnly,
    TriangleAndUV,
}

Values

Name

Description

UVOnly

Query with arbitrary UV value

TriangleAndUV

Query with given TriangleID and UV that is assumed to lie within that Triangle

Remarks

Types of query that TMeshSurfaceUVSampler supports

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