Navigation
API > API/Runtime > API/Runtime/uLangCore > API/Runtime/uLangCore/TArrayG
Description
Adds a given number of uninitialized elements into the array.
Caution, AddUninitialized() will create elements without calling the constructor and this is not appropriate for element types that require a constructor to function properly.
| Name | AddUninitialized |
| 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 int32_t AddUninitialized
(
int32_t Count
)
Number of elements in array before addition.
Parameters
| Name | Remarks |
|---|---|
| Count | Number of elements to add. |