UOS_RRS_DataHandler

Documentation for the Osero Suite: Render Results Screen update 1.1 (5.2+)

References

Parent Class

UEditorUtilityObject

Module

OS_RRS_Editor

Header

/OseroSuite_RRS/Source/OS_RRS_Editor/Public/Automation/OS_RRS_DataHandler.h

Include

#include "Automation/OS_RRS_DataHandler.h"

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.

Last updated