Navigation
API > API/Runtime > API/Runtime/RHI > API/Runtime/RHI/FRHICommandListImmediate > API/Runtime/RHI/FRHICommandListImmediate/FQueuedCommandList
Syntax
TOptional < uint32 > NumDraws
Remarks
The total number of draw calls made for this command list, if known. Used to load-balance the parallel translate worker threads. If not specified, each queued command list will generate its own parallel translate task + platform RHI command list submission, which may be inefficient.