> For the complete documentation index, see [llms.txt](https://docs.oserosuite.com/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.oserosuite.com/supported-assets/render-results-screen/how-to-use-5.2+/code-reference/structs/fos_rrs_jobdata.md).

# FOS\_RRS\_JobData

## References

<table data-header-hidden><thead><tr><th width="154"></th><th></th></tr></thead><tbody><tr><td>Parent Struct</td><td>-</td></tr><tr><td>Module</td><td>OS_RRS_Editor</td></tr><tr><td>Header</td><td>/OseroSuite_RRS/Source/OS_RRS_Editor/Public/Slate/OS_RRS_ResultData.h</td></tr><tr><td>Include</td><td>#include "Slate/OS_RRS_ResultData.h"</td></tr></tbody></table>

## Remarks

Data representing a single job from a Movie Render Queue.

## Variables

| Type                        | Name           | Description |
| --------------------------- | -------------- | ----------- |
| FString                     | JobName        |             |
| FString                     | ObjectPath     |             |
| FString                     | OutputPath     |             |
| FString                     | FileNameFormat |             |
| TArray\<FOS\_RRS\_ShotData> | ShotData       |             |

## Constructors

| Name                                                                                                       | Description |
| ---------------------------------------------------------------------------------------------------------- | ----------- |
| FOS\_RRS\_JobData()                                                                                        |             |
| FOS\_RRS\_JobData(FString \_JobName, FString \_ObjectPath, FString \_OutputPath, FString \_FileNameFormat) |             |

## Functions

| Return Type              | Name                                         | Description |
| ------------------------ | -------------------------------------------- | ----------- |
| bool                     | IsValid()                                    |             |
| bool                     | HasAnyShots()                                |             |
| double                   | GetTotalRenderTime()                         |             |
| bool                     | ContainsShot(FString ShotName)               |             |
| const FOS\_RRS\_ShotData | FOS\_RRS\_ShotData GetShot(FString ShotName) |             |
| FString                  | GetCleanOutputPath(FString ShotName = "")    |             |
