Navigation
BlueprintAPI > BlueprintAPI/Utilities > BlueprintAPI/Utilities/Struct
Adds a node that breaks a 'Frame Metrics' into its member fields
Inputs
| Type | Name | Description |
|---|---|---|
| struct | Frame Metrics |
Outputs
| Type | Name | Description |
|---|---|---|
| real | Total Elapsed Time | The total amount of time, in seconds, since the capture started |
| real | Frame Delta | The total amount of time, in seconds, that this specific frame took to render (not accounting for dropped frames) |
| integer | Frame Number | The index of this frame from the start of the capture, including dropped frames |
| integer | Num Dropped Frames | The number of frames we dropped in-between this frame, and the last one we captured |