Navigation
API > API/Runtime > API/Runtime/RHI
| Name | FDefaultRHIRenderQueryPool |
| Type | class |
| Header File | /Engine/Source/Runtime/RHI/Public/DynamicRHI.h |
| Include Path | #include "DynamicRHI.h" |
Syntax
class FDefaultRHIRenderQueryPool : public FRHIRenderQueryPool
Inheritance Hierarchy
- FRHIResource → FRHIRenderQueryPool → FDefaultRHIRenderQueryPool
Constructors
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
FDefaultRHIRenderQueryPool
(
ERenderQueryType InQueryType |
DynamicRHI.h |
Destructors
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
virtual ~FDefaultRHIRenderQueryPool() |
DynamicRHI.h |
Variables
Protected
| Name | Type | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|---|
| AllocatedQueries | uint32 | DynamicRHI.h | ||
| Queries | TArray< TRefCountPtr< FRHIRenderQuery > > | DynamicRHI.h | ||
| QueriesMutex | UE::FMutex | DynamicRHI.h | ||
| QueryType | const ERenderQueryType | DynamicRHI.h |