Navigation
API > API/Runtime > API/Runtime/RenderCore
| Name | EVTRequestPageStatus |
| Type | enum |
| Header File | /Engine/Source/Runtime/RenderCore/Public/VirtualTexturing.h |
| Include Path | #include "VirtualTexturing.h" |
Syntax
enum EVTRequestPageStatus
{
Invalid,
Saturated,
Pending,
Available,
}
Values
| Name | Remarks |
|---|---|
| Invalid | The request is invalid and no data will ever be available |
| Saturated | Requested data is not being produced, and a request can't be started as some part of the system is at capacity. |
| Pending | Requested data is currently being produced, but is not yet ready. |
| Available | Requested data is available |