Navigation
API > API/Runtime > API/Runtime/RenderCore > API/Runtime/RenderCore/FRDGBuilder
| Name | FAsyncSetupOp |
| Type | struct |
| Header File | /Engine/Source/Runtime/RenderCore/Public/RenderGraphBuilder.h |
| Include Path | #include "RenderGraphBuilder.h" |
Syntax
struct FAsyncSetupOp
Constructors
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
FAsyncSetupOp
(
EType InType, |
RenderGraphBuilder.h |
Enums
Public
| Name | Remarks |
|---|---|
| EType |
Variables
Public
| Name | Type | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|---|
| Buffer | FRDGBuffer * | RenderGraphBuilder.h | ||
| FAsyncSetupOp | union FRDGBuilder::FAsyncSetupOp | RenderGraphBuilder.h | ||
| Pass | FRDGPass * | RenderGraphBuilder.h | ||
| Payload | uint64 | RenderGraphBuilder.h | ||
| Texture | FRDGTexture * | RenderGraphBuilder.h | ||
| Type | uint64 | RenderGraphBuilder.h |
Functions
Public
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
EType GetType() |
RenderGraphBuilder.h |
Static
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
static FAsyncSetupOp CullRootBuffer
(
FRDGBuffer* Buffer |
RenderGraphBuilder.h | ||
static FAsyncSetupOp CullRootTexture
(
FRDGTexture* Texture |
RenderGraphBuilder.h | ||
static FAsyncSetupOp ReservedBufferCommit
(
FRDGBuffer* Buffer, |
RenderGraphBuilder.h | ||
static FAsyncSetupOp SetupPassResources
(
FRDGPass* Pass |
RenderGraphBuilder.h |