Navigation
API > API/Plugins > API/Plugins/DynamicMesh > API/Plugins/DynamicMesh/Sampling > API/Plugins/DynamicMesh/Sampling/FMeshMapBakerQueue
References
| Module | DynamicMesh |
| Header | /Engine/Plugins/Runtime/GeometryProcessing/Source/DynamicMesh/Public/Sampling/MeshMapBakerQueue.h |
| Include | #include "Sampling/MeshMapBakerQueue.h" |
void Post
&40;
SIZE_T Idx,
void &42; Data
&41;
Remarks
Post Data pointer into the queue at a given index.
Parameters
| Name | Description |
|---|---|
| Idx | The slot index to update. |
| Data | The data to post to the queue. |