Navigation
API > API/Runtime > API/Runtime/RenderCore
Description
Transfers ownership of the current set of pending cleanup objects to the caller. A new set is created for subsequent BeginCleanup calls.
| Name | GetPendingCleanupObjects |
| Type | function |
| Header File | /Engine/Source/Runtime/RenderCore/Public/RenderDeferredCleanup.h |
| Include Path | #include "RenderDeferredCleanup.h" |
| Source | /Engine/Source/Runtime/RenderCore/Private/RenderingThread.cpp |
FPendingCleanupObjects * GetPendingCleanupObjects()
A pointer to the set of pending cleanup objects. The called is responsible for deletion.