Navigation
API > API/Runtime > API/Runtime/uLangCore > API/Runtime/uLangCore/TSPtrArrayG
Description
Replaces a given element at a given location.
| Name | ReplaceAt |
| Type | function |
| Header File | /Engine/Source/Runtime/Solaris/uLangCore/Public/uLang/Common/Containers/SharedPointerArray.h |
| Include Path | #include "uLang/Common/Containers/SharedPointerArray.h" |
int32_t ReplaceAt
(
const PointerType & Item,
int32_t Index
)
Location at which the replacement was done.
Parameters
| Name | Remarks |
|---|---|
| Item | The element to insert. |
| Index | Tells where to insert the new element. |