FDynamicRHI::RHIGetRenderQueryResult

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

Windows
MacOS
Linux

Override Hierarchy

References

Module

RHI

Header

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

Include

#include "DynamicRHI.h"

Syntax

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