Choose your operating system:
Windows
macOS
Linux
Module |
|
Header |
/Engine/Source/Runtime/RenderCore/Public/RenderingThread.h |
Include |
#include "RenderingThread.h" |
class FDeferredCleanupInterface
The base class of objects that need to defer deletion until the render command queue has been flushed.
Name | Description | |
---|---|---|
|
~FDeferredCleanupInterface() |
Name | Description | ||
---|---|---|---|
|
FinishCleanup() |
FinishCleanup is deprecated. Use RAII in the destructor instead. |