TMeshSurfaceUVSampler::CachedSampleUV

Compute a sample at the given UV/3D location specified by CachedSampleInfo, which presumably was produced by previous calls to [SampleUV()](API\Plugins\DynamicMesh\Sampling\TMeshSurfaceUVSampler\SampleUV\1)

Windows
MacOS
Linux

References

Module

DynamicMesh

Header

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

Include

#include "Sampling/MeshSurfaceSampler.h"

Syntax

virtual bool CachedSampleUV
(
    const FMeshUVSampleInfo & CachedSampleInfo,
    SampleType & ResultOut
)

Remarks

Compute a sample at the given UV/3D location specified by CachedSampleInfo, which presumably was produced by previous calls to SampleUV()

Returns

true if valid sample was computed

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