Navigation
API > API/Plugins > API/Plugins/DynamicMesh > API/Plugins/DynamicMesh/FMeshMapBakerQueue
Description
Retrieve the next item in the queue to process. The current index is only advanced if the item is valid or
| Name | Process |
| Type | function |
| Header File | /Engine/Plugins/Runtime/GeometryProcessing/Source/DynamicMesh/Public/Sampling/MeshMapBakerQueue.h |
| Include Path | #include "Sampling/MeshMapBakerQueue.h" |
template<bool bFlush>
void * Process()
A void* to the data to be processed, nullptr if the data for the next item in the queue is not available yet.
Parameters
| Name | Remarks |
|---|---|
| bFlush | When true, increments the current index regardless of the validity of the data. Useful for flushing/clearing the contents of the queue. |