Navigation
API > API/Runtime > API/Runtime/RenderCore > API/Runtime/RenderCore/FRDGBuilder
| Name | FAsyncSetupQueue |
| Type | struct |
| Header File | /Engine/Source/Runtime/RenderCore/Public/RenderGraphBuilder.h |
| Include Path | #include "RenderGraphBuilder.h" |
Syntax
struct FAsyncSetupQueue
Variables
Public
| Name | Type | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|---|
| Mutex | UE::FMutex | RenderGraphBuilder.h | ||
| Ops | TArray< FAsyncSetupOp, FRDGArrayAllocator > | RenderGraphBuilder.h | ||
| Pipe | UE::Tasks::FPipe | RenderGraphBuilder.h |
Functions
Public
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
void Push
(
FAsyncSetupOp Op |
RenderGraphBuilder.h |