![]() |
UDocumentation UE5.7 10.02.2026 (Source)
API documentation for Unreal Engine 5.7
|
#include <List.h>
Public Member Functions | |
| TList (const ElementType &InElement, TList< ElementType > *InNext=nullptr) | |
Public Attributes | |
| ElementType | Element |
| TList< ElementType > * | Next |
|
inline |
| ElementType TList< ElementType >::Element |