Choose your operating system:
Windows
macOS
Linux
Module |
|
Header |
/Engine/Source/Runtime/Engine/Public/CanvasTypes.h |
Include |
#include "CanvasTypes.h" |
Source |
/Engine/Source/Runtime/Engine/Private/UserInterface/Canvas.cpp |
void Flush_RenderThread
(
FRHICommandListImmediate & RHICmdList,
bool bForce
)
Sends a message to the rendering thread to draw the batched elements.
Parameter |
Description |
---|---|
RHICmdList |
command list to use |
bForce |
force the flush even if Allow_Flush is not enabled |
bInsideRenderPass |
Set to true if flushing inside a render pass (e.g. Render Graph pass). This will skip creating a render pass internally, and assert if the command list is not in a render pass. |