Navigation
API > API/Runtime > API/Runtime/RHI
References
| Module | RHI |
| Header | /Engine/Source/Runtime/RHI/Public/RHI.h |
| Include | #include "RHI.h" |
Syntax
struct FRHIResourceStats
Variables
| Type | Name | Description | |
|---|---|---|---|
| bool | bDepthStencil | ||
| bool | bHasFlags | ||
| bool | bMarkedForDelete | ||
| bool | bRayTracingAccelerationStructure | ||
| bool | bRenderTarget | ||
| bool | bResident | ||
| bool | bStreaming | ||
| bool | bTransient | ||
| bool | bUnorderedAccessView | ||
| FString | Flags | ||
| FName | Name | ||
| FName | OwnerName | ||
| uint64 | SizeInBytes | ||
| FString | Type |
Constructors
| Type | Name | Description | |
|---|---|---|---|
FRHIResourceStats
(
const FName& InName, |