Navigation
API > API/Runtime > API/Runtime/RenderCore > API/Runtime/RenderCore/FRenderCommandDispatcher
Description
Call to submit a command list into a parent command list or render command pipes. If the parent command list is null the recording instance is pulled from the currently bound render command list (set via FRecordScope). If both are null the commands are submitted to the global render command pipes.
| Name | Submit |
| Type | function |
| Header File | /Engine/Source/Runtime/RenderCore/Public/RenderingThread.h |
| Include Path | #include "RenderingThread.h" |
static void Submit
(
FRenderCommandList * RenderCommandList,
FRenderCommandList * ParentCommandList
)