TDoubleLinkedList::AddHead

Add the specified value to the beginning of the list, making that value the new head 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 AddHead
(
    const ElementType & InElement
)

Remarks

Add the specified value to the beginning of the list, making that value the new head 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