Navigation
API > API/Runtime > API/Runtime/uLangCore > API/Runtime/uLangCore/TArrayG
Description
Does nothing except setting the new number of elements in the array. Does not destruct items, does not de-allocate memory.
| Name | SetNumUnsafeInternal |
| Type | function |
| Header File | /Engine/Source/Runtime/Solaris/uLangCore/Public/uLang/Common/Containers/Array.h |
| Include Path | #include "uLang/Common/Containers/Array.h" |
void SetNumUnsafeInternal
(
int32_t NewNum
)
Parameters
| Name | Remarks |
|---|---|
| NewNum | New number of elements in the array, must be <= the current number of elements in the array. |