Navigation
API > API/Plugins > API/Plugins/RenderGrid > API/Plugins/RenderGrid/URenderGridQueue
Description
Returns the percentage of the rendering status of the given render grid job. Will return 0 if this job wasn't found in this queue.
| Name | GetJobStatusPercentage |
| Type | function |
| Header File | /Engine/Plugins/Experimental/RenderGrid/Source/RenderGrid/Public/RenderGrid/RenderGridQueue.h |
| Include Path | #include "RenderGrid/RenderGridQueue.h" |
| Source | /Engine/Plugins/Experimental/RenderGrid/Source/RenderGrid/Private/RenderGrid/RenderGridQueue.cpp |
UFUNCTION (BlueprintPure, Category="Render Grid Queue",
Meta=(Keywords="rendering progression obtain number amount finished complete completion"))
float GetJobStatusPercentage
(
URenderGridJob * Job
) const