FOS_RRS_ShotData
Documentation for the Osero Suite: Render Results Screen update 1.1 (5.2+)
References
Parent Struct
-
Module
OS_RRS_Editor
Header
/OseroSuite_RRS/Source/OS_RRS_Editor/Public/Slate/OS_RRS_ResultData.h
Include
#include "Slate/OS_RRS_ResultData.h"
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
Last updated