FOS_RRS_ResultData
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 payload that's saved to json files when rendering.
Variables
EOS_RRS_RenderResult
RenderResult
FText
ErrorText
FDateTime
StartTime
FDateTime
EndTime
bool
bSuccess
FString
ProjectName
FString
EngineVersion
TArray<FOS_RRS_JobData>
JobData
Constructors
FOS_RRS_ResultData()
FOS_RRS_ResultData(EOS_RRS_RenderResult _RenderResult, FDateTime _StartTime, FDateTime _EndTime, bool _bSuccess = false, FText _ErrorText = FText::GetEmpty())
Functions
void
SaveToActiveJson()
bool
ContainsJob(FString JobName, FString ObjectPath)
bool
HasAnyShots()
const FOS_RRS_JobData
GetJob(FString JobName, FString ObjectPath)
double
GetTotalRenderTime()
Last updated