FRenderCommandFence

Render fences.

Windows
MacOS
Linux

References

Module

RenderCore

Header

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

Include

#include "RenderCommandFence.h"

Syntax

class FRenderCommandFence

Remarks

Used to track pending rendering commands from the game thread.

Functions

Name Description

Public function

void

 

BeginFence

(
    bool bSyncToRHIAndGPU
)

Adds a fence command to the rendering command queue.

Public function Const

bool

 

IsFenceComplete()

Return true if the fence is complete

Public function Const

void

 

Wait

(
    bool bProcessGameThreadTasks
)

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

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