Navigation
API > API/Runtime > API/Runtime/Engine > API/Runtime/Engine/FViewport
Description
Starts a new rendering frame. Called from the game thread thread. Starts a new rendering frame. Called from the game thread thread.
Derived Overrides
| Name | EnqueueBeginRenderFrame |
| Type | function |
| Header File | /Engine/Source/Runtime/Engine/Public/UnrealClient.h |
| Include Path | #include "UnrealClient.h" |
| Source | /Engine/Source/Runtime/Engine/Private/UnrealClient.cpp |
virtual void EnqueueBeginRenderFrame
(
const bool bShouldPresent
)
Parameters
| Name | Remarks |
|---|---|
| bShouldPresent | Whether the frame will be presented to the screen |