![]() |
UDocumentation UE5.7 10.02.2026 (Source)
API documentation for Unreal Engine 5.7
|
#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 FPendingCleanupObjects * | GetPendingCleanupObjects () |
|
extern |
Adds the specified deferred cleanup object to the current set of pending cleanup objects.
|
extern |
Transfers ownership of the current set of pending cleanup objects to the caller. A new set is created for subsequent BeginCleanup calls.