TDoubleLinkedList::RemoveNode

Removes the node specified.

Windows
MacOS
Linux

References

Module

Core

Header

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

Include

#include "Containers/List.h"

Syntax

void RemoveNode
(
    TDoubleLinkedListNode * NodeToRemove,
    bool bDeleteNode
)

Remarks

Removes the node specified.

Parameters

Parameter

Description

NodeToRemove

The node to remove.

See Also

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