Navigation
API > API/Plugins > API/Plugins/DynamicMesh > API/Plugins/DynamicMesh/Sampling > API/Plugins/DynamicMesh/Sampling/IMeshBakerDetailSampler
References
| Module | DynamicMesh |
| Header | /Engine/Plugins/Runtime/GeometryProcessing/Source/DynamicMesh/Public/Sampling/MeshBakerCommon.h |
| Include | #include "Sampling/MeshBakerCommon.h" |
bool GetTriUVs
(
const void * Mesh,
int TriId,
int UVLayer,
FVector2f & UV0,
FVector2f & UV1,
FVector2f & UV2
) const
true if a valid UV was returned, false otherwise.
Parameters
| Name | Description |
|---|---|
| Mesh | pointer to mesh to query |
| TriId | the triangle index to test |
| UVLayer | the UVLayer index to query |
| UV0 | the output UV for triangle vertex 0 |
| UV1 | the output UV for triangle vertex 1 |
| UV2 | the output UV for triangle vertex 2 |