Navigation
API > API/Plugins > API/Plugins/RenderGrid > API/Plugins/RenderGrid/URenderGrid
Description
Renders the given job of this render grid. Only renders a single frame. The frame number it renders is based on the given FramePosition (0.0 is the first frame, 1.0 is the last frame, 0.5 is the frame in the middle, etc).
| Name | RenderJobSingleFramePosition |
| 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 (BlueprintCallable, Category="Render Grid")
URenderGridQueue * RenderJobSingleFramePosition
(
URenderGridJob * Job,
const double FramePosition
)