Navigation
API > API/Runtime > API/Runtime/RenderCore
Inheritance Hierarchy
- FRDGAllocatorScope
- FRDGBuilder
References
| Module | RenderCore |
| Header | /Engine/Source/Runtime/RenderCore/Public/RenderGraphAllocator.h |
| Include | #include "RenderGraphAllocator.h" |
Syntax
class FRDGAllocatorScope
Remarks
Base class for RDG builder which scopes the allocations and releases them in the destructor.
Variables
| Type | Name | Description | |
|---|---|---|---|
| FRDGAllocator & | Allocator |
Constructors
| Type | Name | Description | |
|---|---|---|---|
Destructors
| Type | Name | Description | |
|---|---|---|---|
Functions
| Type | Name | Description | |
|---|---|---|---|
| void | BeginAsyncDelete
(
TUniqueFunction< void()>&& InAsyncDeleteFunction |