TQueue::IsEmpty

Checks whether the queue is empty.

Windows
MacOS
Linux

References

Module

Core

Header

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

Include

#include "Containers/Queue.h"

Syntax

bool IsEmpty() const

Remarks

Checks whether the queue is empty.

Returns

true if the queue is empty, false otherwise. @note To be called only from consumer thread.

See Also

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