UDocumentation UE5.7 10.02.2026 (Source)
API documentation for Unreal Engine 5.7
TIntrusiveTwoWayListTraits< 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)
 
static Type * GetPrev (const ElementType *Element)
 
static void SetPrev (ElementType *Element, ElementType *Prev)
 

Member Typedef Documentation

◆ ElementType

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

Member Function Documentation

◆ GetNext()

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

◆ GetPrev()

template<typename Type >
static Type * TIntrusiveTwoWayListTraits< Type >::GetPrev ( const ElementType Element)
inlinestatic

◆ SetNext()

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

◆ SetPrev()

template<typename Type >
static void TIntrusiveTwoWayListTraits< Type >::SetPrev ( ElementType Element,
ElementType Prev 
)
inlinestatic

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