TDoubleLinkedList::FindNode

Finds the node corresponding to the value specified

Windows
MacOS
Linux

References

Module

Core

Header

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

Include

#include "Containers/List.h"

Syntax

TDoubleLinkedListNode * FindNode
(
    const ElementType & InElement
)

Remarks

Finds the node corresponding to the value specified

Returns

a pointer to the node that contains the value specified, or nullptr of the value couldn't be found

Parameters

Parameter

Description

InElement

the value to find

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