Navigation
API > API/Runtime > API/Runtime/uLangCore > API/Runtime/uLangCore/TArrayG
Description
Inserts a default-constructed element into the array at a given location.
| Name | InsertDefaulted_GetRef |
| Type | function |
| Header File | /Engine/Source/Runtime/Solaris/uLangCore/Public/uLang/Common/Containers/Array.h |
| Include Path | #include "uLang/Common/Containers/Array.h" |
ElementType & InsertDefaulted_GetRef
(
int32_t Index
)
A reference to the newly-inserted element.
Parameters
| Name | Remarks |
|---|---|
| Index | Tells where to insert the new element. |
See Also
-
Insert_GetRef
-
InsertZeroed_GetRef