Navigation
API > API/Runtime > API/Runtime/RenderCore
| |
|
| Name |
FRDGDispatchPassBuilder |
| Type |
class |
| Header File |
/Engine/Source/Runtime/RenderCore/Public/RenderGraphPass.h |
| Include Path |
#include "RenderGraphPass.h" |
Syntax
class FRDGDispatchPassBuilder
Constructors
Variables
Protected
Functions
Public
| Name |
Remarks |
Include Path |
Unreal Specifiers |
void AddPrerequisite
(
const UE::Tasks::FTask& Task
)
|
Adds a task that the graph will wait on during execution, alongside other async execution tasks. |
RenderGraphPass.h |
|
|
Create a new command list to record into and inserts it. |
RenderGraphPass.h |
|