TListThreadSafe::ExtractAll

Clears the list and returns the elements.

Windows
MacOS
Linux

References

Module

Chaos

Header

/Engine/Source/Runtime/Experimental/Chaos/Public/Chaos/DebugDrawQueue.h

Include

#include "Chaos/DebugDrawQueue.h"

Syntax

TList< ElementType > * ExtractAll()

Remarks

Clears the list and returns the elements.

Returns

List of all current elements. The original list is cleared. Make sure to delete all elements when you're done with them!

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