Navigation
API > API/Runtime > API/Runtime/uLangCore > API/Runtime/uLangCore/TArrayG
Description
Replaces specified element with the supplied element.
| Name | Replace |
| Type | function |
| Header File | /Engine/Source/Runtime/Solaris/uLangCore/Public/uLang/Common/Containers/Array.h |
| Include Path | #include "uLang/Common/Containers/Array.h" |
int32_t Replace
(
const ElementType & OldItem,
const ElementType & NewItem
)
Location at which the replace was done.
Parameters
| Name | Remarks |
|---|---|
| OldItem | The element to replace. |
| NewItem | The element to replace with. |
See Also
-
Add
-
Insert