TLinkedList::TLinkedList

Creates a new linked list with a single element.

Windows
MacOS
Linux

References

Module

Core

Header

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

Include

#include "Containers/List.h"

Syntax

TLinkedList
(
    const ElementType & InElement
)

Remarks

Creates a new linked list with a single element.

Parameters

Parameter

Description

InElement

The element to add to the list.

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