FDeferredCleanupInterface

Deferred cleanup.

Windows
MacOS
Linux

Inheritance Hierarchy

References

Module

RenderCore

Header

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

Include

#include "RenderingThread.h"

Syntax

class FDeferredCleanupInterface

Remarks

The base class of objects that need to defer deletion until the render command queue has been flushed.

Destructors

Name Description

Public function Virtual

~FDeferredCleanupInterface()

Deprecated Functions

Name Description

Public function Virtual

void

 

FinishCleanup()

FinishCleanup is deprecated. Use RAII in the destructor instead.

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