FRenderCommandFence::Wait

Waits for pending fence commands to retire. Waits for pending fence commands to retire.

Windows
MacOS
Linux

References

Module

RenderCore

Header

/Engine/Source/Runtime/RenderCore/Public/RenderCommandFence.h

Include

#include "RenderCommandFence.h"

Source

/Engine/Source/Runtime/RenderCore/Private/RenderingThread.cpp

Syntax

void Wait
(
    bool bProcessGameThreadTasks
) const

Remarks

Waits for pending fence commands to retire. Waits for pending fence commands to retire.

Parameters

Parameter

Description

bProcessGameThreadTasks, if

true we are on a short callstack where it is safe to process arbitrary game thread tasks while we wait

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