FNullDynamicRHI::RHIGetRenderQueryResult

CAUTION: Even though this is marked as threadsafe, it is only valid to call from the render thread.

Windows
MacOS
Linux

Override Hierarchy

FDynamicRHI::RHIGetRenderQueryResult()

FNullDynamicRHI::RHIGetRenderQueryResult()

References

Module

NullDrv

Header

/Engine/Source/Runtime/NullDrv/Public/NullRHI.h

Include

#include "NullRHI.h"

Syntax

virtual bool RHIGetRenderQueryResult
(
    FRHIRenderQuery * RenderQuery,
    uint64 & OutResult,
    bool bWait,
    uint32 GPUIndex
)

Remarks

CAUTION: Even though this is marked as threadsafe, it is only valid to call from the render thread. It is need not be threadsafe on platforms that do not support or aren't using an RHIThread FlushType: Thread safe, but varies by RHI

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