FViewport::EnqueueBeginRenderFrame

Starts a new rendering frame.

Windows
MacOS
Linux

Override Hierarchy

FViewport::EnqueueBeginRenderFrame()

FSceneViewport::EnqueueBeginRenderFrame()

References

Module

Engine

Header

/Engine/Source/Runtime/Engine/Public/UnrealClient.h

Include

#include "UnrealClient.h"

Source

/Engine/Source/Runtime/Engine/Private/UnrealClient.cpp

Syntax

virtual void EnqueueBeginRenderFrame
(
    const bool bShouldPresent
)

Remarks

Starts a new rendering frame. Called from the game thread thread. Starts a new rendering frame. Called from the game thread thread.

Parameters

Parameter

Description

bShouldPresent

Whether the frame will be presented to the screen

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