FGenericRHIGPUFence

Generic implementation of [FRHIGPUFence](API\Runtime\RHI\FRHIGPUFence).

Windows
MacOS
Linux

Inheritance Hierarchy

FRHIResource

FRHIGPUFence

FGenericRHIGPUFence

References

Module

RHI

Header

/Engine/Source/Runtime/RHI/Public/RHIResources.h

Include

#include "RHIResources.h"

Syntax

class FGenericRHIGPUFence : public FRHIGPUFence

Remarks

Generic implementation of FRHIGPUFence.

Constructors

Name Description

Public function

FGenericRHIGPUFence

(
    FName InName
)

Functions

Name Description

Public function

void

 

WriteInternal()

Overridden from FRHIGPUFence

Name Description

Public function Virtual

void

 

Clear()

Public function Virtual Const

bool

 

Poll()

RHI implementations must be thread-safe and must correctly handle being called before RHIInsertFence if an RHI thread is active.

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