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