TLinkedListBase::Unlink

Removes this element from the list in constant time.

Windows
MacOS
Linux

References

Module

Core

Header

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

Include

#include "Containers/List.h"

Syntax

void Unlink()

Remarks

Removes this element from the list in constant time.

This function is safe to call even if the element is not linked.

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