Choose your operating system:
Windows
macOS
Linux
Module |
|
Header |
/Engine/Source/Runtime/RHI/Public/RHIDefinitions.h |
Include |
#include "RHIDefinitions.h" |
enum ERenderQueryType
{
RQT_Undefined,
RQT_Occlusion,
RQT_AbsoluteTime,
}
Name |
Description |
---|---|
RQT_Undefined |
E.g. WaitForFrameEventCompletion() |
RQT_Occlusion |
Result is the number of samples that are not culled (divide by MSAACount to get pixels) |
RQT_AbsoluteTime |
Result is current time in micro seconds = 1/1000 ms = 1/1000000 sec (not a duration). |