Navigation
API > API/Plugins > API/Plugins/DynamicMesh > API/Plugins/DynamicMesh/Sampling > API/Plugins/DynamicMesh/Sampling/FMeshMapBaker
References
| Module | DynamicMesh |
| Header | /Engine/Plugins/Runtime/GeometryProcessing/Source/DynamicMesh/Public/Sampling/MeshMapBaker.h |
| Include | #include "Sampling/MeshMapBaker.h" |
void SetTargetMeshUVCharts
&40;
TArray< int32 > &42; UVChartsIn
&41;
Remarks
Set an a Triangle ID to UV Chart ID array for TargetMesh. If this is not set, then the baker will compute it as part of Bake(). Since ComputeUVCharts() is non-trivial, this method is intended to allow a client to externally cache the result of ComputeUVCharts to minimize the overhead per bake.
Parameters
| Name | Description |
|---|---|
| UVChartsIn | the TriID to UVChartID map |