TDoubleLinkedListNode

Windows
MacOS
Linux

References

Module

Core

Header

/Engine/Source/Runtime/Core/Public/Containers/List.h

Include

#include "Containers/List.h"

Syntax

class TDoubleLinkedListNode

Variables

Name Description

Protected variable

TDoubleLinkedLi...

 

NextNode

Protected variable

TDoubleLinkedLi...

 

PrevNode

Protected variable

ElementType

 

Value

Constructors

Name Description

Public function

TDoubleLinkedListNode

(
    const ElementType& InValue
)

Constructor

Functions

Name Description

Public function

TDoubleLinke...

 

GetNextNode()

Public function Const

const TDoubl...

 

GetNextNode()

Public function

TDoubleLinke...

 

GetPrevNode()

Public function Const

const TDoubl...

 

GetPrevNode()

Public function Const

const Elemen...

 

GetValue()

Public function

ElementType ...

 

GetValue()

Help shape the future of Unreal Engine documentation! Tell us how we're doing so we can serve you better.
Take our survey
Dismiss