TDoubleLinkedList::AddTail

Append the specified value to the end of the list

Windows
MacOS
Linux

References

Module

Core

Header

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

Include

#include "Containers/List.h"

Syntax

bool AddTail
(
    const ElementType & InElement
)

Remarks

Append the specified value to the end of the list

Returns

whether the node was successfully added into the list

Parameters

Parameter

Description

InElement

the value to add to the list.

See Also

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