Navigation
BlueprintAPI > BlueprintAPI/Utilities > BlueprintAPI/Utilities/Struct
Adds a node that breaks a 'Movie Pipeline Segment Work Metrics' into its member fields
Inputs
| Type | Name | Description |
|---|---|---|
| struct | Movie Pipeline Segment Work Metrics |
Outputs
| Type | Name | Description |
|---|---|---|
| string | Segment Name | The name of the segment (if any) |
| integer | Output Frame Index | Index of the output frame we are working on right now. |
| integer | Total Output Frame Count | The number of output frames we expect to make for this segment. |
| integer | Output Sub Sample Index | Which temporal/spatial sub sample are we working on right now. This counts temporal, spatial, and tile samples to accurately reflect how much work is needed for this output frame. |
| integer | Total Sub Sample Count | The total number of samples we will have to build to render this output frame. |
| integer | Engine Warm Up Frame Index | The index of the engine warm up frame that we are working on. No rendering samples are produced for these. |
| integer | Total Engine Warm Up Frame Count | The total number of engine warm up frames for this segment. |