Navigation
API > API/Plugins > API/Plugins/RenderGrid
Classes
| Type | Name | Description | |
|---|---|---|---|
| FRenderGridGenericExecutionQueue | This class provides generic queue support, with built-in support for delays between actions. | ||
| FRenderGridGenericExecutionQueueDelay | 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). | ||
| FRenderGridGenericExecutionQueueEntry | Struct containing the data of a queued action. | ||
| FRenderGridPreviousEngineFpsSettings | This struct keeps track of the values of the GEngine framerate settings before new values were applied, so we can rollback to the previous state. | ||
| FRenderGridUtils | A class containing static utility functions for the RenderGrid module. | ||
| URenderGridRemoteControlUtils |
Typedefs
| Name | Description |
|---|---|
| FRenderGridGenericExecutionQueueAction | A delegate for a queued action. |
| FRenderGridGenericExecutionQueueActionReturningDelay | A delegate for a queued action, that optionally requires a delay after its execution. |
| FRenderGridGenericExecutionQueueActionReturningDelayFuture | A delegate for a queued action, that will delay execution until the returned TFuture finishes. |
| FRenderGridGenericExecutionQueueActionReturningDelayFutureReturningDelay | A delegate for a queued action, that will delay execution until the returned TFuture finishes, which can optionally return yet another delay if required. |