Navigation
API > API/Runtime > API/Runtime/RenderCore > API/Runtime/RenderCore/FRDGBuilder
| Type | Name | Description | |
|---|---|---|---|
| ParameterStructType * | Allocates a parameter struct with a lifetime tied to graph execution. | ||
| ParameterStructType * | AllocParameters
(
ParameterStructType* StructToCopy |
Allocates a parameter struct with a lifetime tied to graph execution, and copies contents from an existing parameters struct. | |
| BaseParameterStructType * | AllocParameters
(
const FShaderParametersMetadata* ParametersMetadata |
Allocates a data-driven parameter struct with a lifetime tied to graph execution. | |
| TStridedView< BaseParameterStructType > | AllocParameters
(
const FShaderParametersMetadata* ParametersMetadata, |
Allocates an array of data-driven parameter structs with a lifetime tied to graph execution. |