Navigation
API > API/Runtime > API/Runtime/Core
Simple single-linked list template.
| Name | TList |
| Type | class |
| Header File | /Engine/Source/Runtime/Core/Public/Containers/List.h |
| Include Path | #include "Containers/List.h" |
Syntax
template<class ElementType>
class TList
Constructors
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
TList
(
const ElementType& InElement, |
Containers/List.h |
Variables
Public
| Name | Type | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|---|
| Element | ElementType | Containers/List.h | ||
| Next | TList< ElementType > * | Containers/List.h |