Navigation
BlueprintAPI > BlueprintAPI/MovieGraph
Determines the overall current frame number and total number of frames.
Target is Movie Graph Blueprint Library
Inputs
| Type | Name | Description |
|---|---|---|
| object | In Movie Graph Pipeline | The pipeline to get the frame information from. |
Outputs
| Type | Name | Description |
|---|---|---|
| integer | Out Current Index | The current frame number. |
| integer | Out Total Count | The total number of frames. |