TList

Simple single-linked list template.

Windows
MacOS
Linux

References

Module

Core

Header

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

Include

#include "Containers/List.h"

Syntax

template<class ElementType>
class TList

Remarks

Simple single-linked list template.

Variables

Name Description

Public variable

ElementType

 

Element

Public variable

TList< ElementT...

 

Next

Constructors

Name Description

Public function

TList

(
    const ElementType& InElement,
    TList< ElementType >* InNext
)

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