TSortedMap::IsEmpty

Returns true if the map is empty and contains no elements.

Choose your operating system:

Windows

macOS

Linux

References

Module

Core

Header

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

Include

#include "Containers/SortedMap.h"

Syntax

bool IsEmpty() const

Remarks

Returns true if the map is empty and contains no elements.

Returns

True if the map is empty.

See Also

Num