Navigation
API > API/Runtime > API/Runtime/Core > API/Runtime/Core/TMapBase
Description
Returns true if the map is empty and contains no elements.
| Name | IsEmpty |
| Type | function |
| Header File | /Engine/Source/Runtime/Core/Public/Containers/Map.h |
| Include Path | #include "Containers/Map.h" |
bool IsEmpty() const
True if the map is empty.
See Also
- Num