TNode

Structure for the internal linked list.

Windows
MacOS
Linux

References

Module

Core

Header

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

Include

#include "Containers/Queue.h"

Syntax

struct TNode

Remarks

Structure for the internal linked list.

Variables

Name Description

Public variable

ItemType

 

Item

Holds the node's item.

Public variable

TNode *vola...

 

NextNode

Holds a pointer to the next node in the list.

Constructors

Name Description

Public function

TNode()

Default constructor.

Public function

TNode

(
    const ItemType& InItem
)

Creates and initializes a new node.

Public function

TNode

(
    ItemType&& InItem
)

Creates and initializes a new node.

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