Navigation
API > API/Runtime > API/Runtime/RenderCore > API/Runtime/RenderCore/FRDGBuilder
| Type | Name | Description | |
|---|---|---|---|
| FRDGPassRef | AddPass
(
FRDGEventName&& Name, |
Adds a lambda pass to the graph without any parameters. | |
| FRDGPassRef | AddPass
(
FRDGEventName&& Name, |
Adds a lambda pass to the graph with an accompanied pass parameter struct. | |
| FRDGPassRef | AddPass
(
FRDGEventName&& Name, |
Adds a lambda pass to the graph with a runtime-generated parameter struct. |