GetPendingCleanupObjects

Transfers ownership of the current set of pending cleanup objects to the caller.

Windows
MacOS
Linux

References

Module

RenderCore

Header

/Engine/Source/Runtime/RenderCore/Public/RenderingThread.h

Include

#include "RenderingThread.h"

Source

/Engine/Source/Runtime/RenderCore/Private/RenderingThread.cpp

Syntax

FPendingCleanupObjects * GetPendingCleanupObjects()

Remarks

Transfers ownership of the current set of pending cleanup objects to the caller. A new set is created for subsequent BeginCleanup calls.

Returns

A pointer to the set of pending cleanup objects. The called is responsible for deletion.

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