Navigation
API > API/Runtime > API/Runtime/uLangCore > API/Runtime/uLangCore/TArrayG
Description
Returns true if no elements in array
| Name | IsEmpty |
| Type | function |
| Header File | /Engine/Source/Runtime/Solaris/uLangCore/Public/uLang/Common/Containers/Array.h |
| Include Path | #include "uLang/Common/Containers/Array.h" |
ULANG_FORCEINLINE bool IsEmpty() const
true if no elements in array or false if one or more elements.
See Also
-
IsFull
-
Num