RenderQueue::Initialize

RenderQueue::Initialize
bool Initialize(UPInt itemCount = DefaultQueueSize);
Description

Initialize initializes the render queue with the given number if items.

Parameters
Parameters 
Description 
UPInt itemCount = DefaultQueueSize 
Number of items in the queue. 
Return Value

True if successfully initialized and false otherwise.