Navigation
API > API/Runtime > API/Runtime/Core > API/Runtime/Core/TLinkedListBase
Description
Adds this element to the linked list, replacing the specified element. This is equivalent to calling LinkBefore(Replace); Replace->Unlink();
| Name | LinkReplace |
| Type | function |
| Header File | /Engine/Source/Runtime/Core/Public/Containers/List.h |
| Include Path | #include "Containers/List.h" |
void LinkReplace
(
ContainerType * Replace
)
Parameters
| Name | Remarks |
|---|---|
| Replace | Pointer to the element to be replaced |