UDocumentation UE5.7 10.02.2026 (Source)
API documentation for Unreal Engine 5.7
RenderDeferredCleanup.h File Reference
#include "Containers/Array.h"

Go to the source code of this file.

Classes

class  FDeferredCleanupInterface
 
class  FPendingCleanupObjects
 

Functions

RENDERCORE_API void BeginCleanup (FDeferredCleanupInterface *CleanupObject)
 
RENDERCORE_API FPendingCleanupObjectsGetPendingCleanupObjects ()
 

Function Documentation

◆ BeginCleanup()

RENDERCORE_API void BeginCleanup ( FDeferredCleanupInterface CleanupObject)
extern

Adds the specified deferred cleanup object to the current set of pending cleanup objects.

◆ GetPendingCleanupObjects()

RENDERCORE_API FPendingCleanupObjects * GetPendingCleanupObjects ( )
extern

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.