TLinkedListBase::LinkAfter

Adds this element to the linked list, after 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 LinkAfter
(
    ContainerType * After
)

Remarks

Adds this element to the linked list, after the specified element

Parameters

Parameter

Description

After

The link to insert this element after.

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