TCircularQueue::TCircularQueue

Constructor.

Windows
MacOS
Linux

References

Module

Core

Header

/Engine/Source/Runtime/Core/Public/Containers/CircularQueue.h

Include

#include "Containers/CircularQueue.h"

Syntax

TCircularQueue
(
    uint32 CapacityPlusOne
)

Remarks

Constructor.

Parameters

Parameter

Description

CapacityPlusOne

The number of elements that the queue can hold (will be rounded up to the next power of 2).

Help shape the future of Unreal Engine documentation! Tell us how we're doing so we can serve you better.
Take our survey
Dismiss