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" |
template<bool bFlush>
void &42; Process&40;&41;
Remarks
Retrieve the next item in the queue to process. The current index is only advanced if the item is valid or
Parameters
| Name | Description |
|---|---|
| bFlush | When true, increments the current index regardless of the validity of the data. Useful for flushing/clearing the contents of the queue. |