UDocumentation UE5.7 10.02.2026 (Source)
API documentation for Unreal Engine 5.7
TList< ElementType > Class Template Reference

#include <List.h>

Public Member Functions

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

Public Attributes

ElementType Element
 
TList< ElementType > * Next
 

Constructor & Destructor Documentation

◆ TList()

template<class ElementType >
TList< ElementType >::TList ( const ElementType &  InElement,
TList< ElementType > *  InNext = nullptr 
)
inline

Member Data Documentation

◆ Element

template<class ElementType >
ElementType TList< ElementType >::Element

◆ Next

template<class ElementType >
TList<ElementType>* TList< ElementType >::Next

The documentation for this class was generated from the following file: