Navigation
API > API/Plugins > API/Plugins/RenderGrid > API/Plugins/RenderGrid/Utils
References
| Module | RenderGrid |
| Header | /Engine/Plugins/Experimental/RenderGrid/Source/RenderGrid/Public/Utils/RenderGridGenericExecutionQueue.h |
| Include | #include "Utils/RenderGridGenericExecutionQueue.h" |
Syntax
struct FRenderGridGenericExecutionQueueDelay
Remarks
Struct containing the delay data (such as the frames or the seconds of delay this delay requires before it can move on to the next step).
Variables
| Type | Name | Description | |
|---|---|---|---|
| const int64 | MinimumFrames | ||
| const double | MinimumSeconds |
Constructors
| Type | Name | Description | |
|---|---|---|---|
Functions
| Type | Name | Description | |
|---|---|---|---|
| FRenderGridGenericExecutionQueueDelay | |||
| FRenderGridGenericExecutionQueueDelay | FramesOrSeconds
(
const int64 Frames, |
||
| FRenderGridGenericExecutionQueueDelay | Seconds
(
const double Seconds |