UDocumentation UE5.7 10.02.2026 (Source)
API documentation for Unreal Engine 5.7
TIntrusiveListElement< Type > Struct Template Reference

#include <IoContainers.h>

Public Types

using ElementType = Type
 

Static Public Member Functions

static Type * GetNext (const ElementType *Element)
 
static void SetNext (ElementType *Element, ElementType *Next)
 

Member Typedef Documentation

◆ ElementType

template<typename Type >
using TIntrusiveListElement< Type >::ElementType = Type

Member Function Documentation

◆ GetNext()

template<typename Type >
static Type * TIntrusiveListElement< Type >::GetNext ( const ElementType Element)
inlinestatic

◆ SetNext()

template<typename Type >
static void TIntrusiveListElement< Type >::SetNext ( ElementType Element,
ElementType Next 
)
inlinestatic

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