FCanvas::Flush_GameThread

Sends a message to the rendering thread to draw the batched elements.

Windows
MacOS
Linux

References

Module

Engine

Header

/Engine/Source/Runtime/Engine/Public/CanvasTypes.h

Include

#include "CanvasTypes.h"

Source

/Engine/Source/Runtime/Engine/Private/UserInterface/Canvas.cpp

Syntax

void Flush_GameThread
(
    bool bForce
)

Remarks

Sends a message to the rendering thread to draw the batched elements.

Parameters

Parameter

Description

bForce

force the flush even if Allow_Flush is not enabled

Help shape the future of Unreal Engine documentation! Tell us how we're doing so we can serve you better.
Take our survey
Dismiss