Navigation
API > API/Runtime > API/Runtime/Core > API/Runtime/Core/Containers
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
Type | Name | Description | |
---|---|---|---|
![]() |
ElementType | Element | |
![]() |
TList< ElementType > * | Next |