FOS_RRS_JobData
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 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 = "")
Last updated