Navigation
API > API/Plugins > API/Plugins/RenderGrid > API/Plugins/RenderGrid/URenderGridJob
Overloads
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
TOptional< double > GetDuration () |
Gets the calculated duration (in seconds), if possible. | RenderGrid/RenderGrid.h | |
void GetDuration
(
bool& bSuccess, |
Gets the calculated duration in seconds, if possible. | RenderGrid/RenderGrid.h |
|
GetDuration()
Description
Gets the calculated duration (in seconds), if possible.
| Name | GetDuration |
| Type | function |
| Header File | /Engine/Plugins/Experimental/RenderGrid/Source/RenderGrid/Public/RenderGrid/RenderGrid.h |
| Include Path | #include "RenderGrid/RenderGrid.h" |
| Source | /Engine/Plugins/Experimental/RenderGrid/Source/RenderGrid/Private/RenderGrid/RenderGrid.cpp |
TOptional < double > GetDuration() const
GetDuration(bool &, double &)
Description
Gets the calculated duration in seconds, if possible.
| Name | GetDuration |
| Type | function |
| Header File | /Engine/Plugins/Experimental/RenderGrid/Source/RenderGrid/Public/RenderGrid/RenderGrid.h |
| Include Path | #include "RenderGrid/RenderGrid.h" |
| Source | /Engine/Plugins/Experimental/RenderGrid/Source/RenderGrid/Private/RenderGrid/RenderGrid.cpp |
UFUNCTION (BlueprintPure, Category="Render Grid Job")
void GetDuration
(
bool & bSuccess,
double & Duration
) const