> 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/classes/uos_rrs_datahandler.md).

# UOS\_RRS\_DataHandler

## References

<table data-header-hidden><thead><tr><th width="151"></th><th></th></tr></thead><tbody><tr><td>Parent Class</td><td>UEditorUtilityObject</td></tr><tr><td>Module</td><td>OS_RRS_Editor</td></tr><tr><td>Header</td><td>/OseroSuite_RRS/Source/OS_RRS_Editor/Public/Automation/OS_RRS_DataHandler.h</td></tr><tr><td>Include</td><td>#include "Automation/OS_RRS_DataHandler.h"</td></tr></tbody></table>

## Remarks

This class is used for automation to be overridden to handle the data that is normally sent to the results window.

## Variables

| Type | Name | Description |
| ---- | ---- | ----------- |
|      |      |             |

## Functions

| Return Type  | Name                                                | Description                                                      |
| ------------ | --------------------------------------------------- | ---------------------------------------------------------------- |
| void         | HandleData(FOS\_RRS\_ResultData ResultData)         | Called internally when the Movie Render Queue finishes a render. |
| void         | HandleData\_BP(FOS\_RRS\_ResultData ResultData)     | Called when the Movie Render Queue finishes a render.            |
| virtual void | HandleData\_Native(FOS\_RRS\_ResultData ResultData) | Called when the Movie Render Queue finishes a render.            |
