FGenericRHIGPUFence::Poll

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

Windows
MacOS
Linux

Override Hierarchy

FRHIGPUFence::Poll()

FGenericRHIGPUFence::Poll()

References

Module

RHI

Header

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

Include

#include "RHIResources.h"

Source

/Engine/Source/Runtime/RHI/Private/RHIGPUReadback.cpp

Syntax

virtual bool Poll() const

Remarks

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