# FOS\_RRS\_ShotData

## References

<table data-header-hidden><thead><tr><th width="151"></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 shot from a Movie Render Queue.

## Variables

| Type                  | Name       | Description |
| --------------------- | ---------- | ----------- |
| FString               | ShotName   |             |
| EMovieRenderShotState | Status     |             |
| FString               | JobName    |             |
| FString               | ObjectPath |             |
| float                 | RenderTime |             |

## Constructors

| Name                                                                                                                                | Description |
| ----------------------------------------------------------------------------------------------------------------------------------- | ----------- |
| FOS\_RRS\_ShotData()                                                                                                                |             |
| FOS\_RRS\_ShotData(FString \_ShotName, EMovieRenderShotState \_Status, FString \_JobName, FString \_ObjectPath, float \_RenderTime) |             |

## Functions

| Return Type | Name                                  | Description                                                                                       |
| ----------- | ------------------------------------- | ------------------------------------------------------------------------------------------------- |
| bool        | IsValid()                             |                                                                                                   |
| FString     | GetDisplayName(bool bRootOnly = true) | @param RootOnly will cut any inner names and shot the name as displayed in the root sequence only |
