TLinkedListBase::LinkReplace

Adds this element to the linked list, replacing the specified element.

Windows
MacOS
Linux

References

Module

Core

Header

/Engine/Source/Runtime/Core/Public/Containers/List.h

Include

#include "Containers/List.h"

Syntax

void LinkReplace
(
    ContainerType * Replace
)

Remarks

Adds this element to the linked list, replacing the specified element. This is equivalent to calling LinkBefore(Replace); Replace->Unlink();

Parameters

Parameter

Description

Replace

Pointer to the element to be replaced

Help shape the future of Unreal Engine documentation! Tell us how we're doing so we can serve you better.
Take our survey
Dismiss