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