Navigation
API > API/Runtime > API/Runtime/RHI
| Name | FRHIMemoryStats |
| Type | struct |
| Header File | /Engine/Source/Runtime/RHI/Public/RHIStats.h |
| Include Path | #include "RHIStats.h" |
Syntax
struct FRHIMemoryStats
Variables
Public
| Name | Type | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|---|
| AvailableLocal | uint64 | Available memory within budget. | RHIStats.h | |
| AvailableSystem | uint64 | RHIStats.h | ||
| BudgetLocal | uint64 | Budget assigned by the OS/driver. Total memory the app should use. | RHIStats.h | |
| BudgetSystem | uint64 | RHIStats.h | ||
| DemotedLocal | uint64 | Over-budget memory. | RHIStats.h | |
| DemotedSystem | uint64 | RHIStats.h | ||
| UsedLocal | uint64 | Currently used memory. | RHIStats.h | |
| UsedSystem | uint64 | RHIStats.h |
Functions
Public
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
bool IsOverBudget() |
RHIStats.h | ||
bool IsValid() |
RHIStats.h |