Navigation
API > API/Runtime > API/Runtime/RenderCore
References
| Module | RenderCore |
| Header | /Engine/Source/Runtime/RenderCore/Public/VirtualTexturing.h |
| Include | #include "VirtualTexturing.h" |
Syntax
struct FVTRequestPageResult
Variables
| Type | Name | Description | |
|---|---|---|---|
| uint64 | Handle | Opaque handle to the request, must be passed to 'ProducePageData'. | |
| EVTRequestPageStatus | Status | Status of the request |
Constructors
| Type | Name | Description | |
|---|---|---|---|
FVTRequestPageResult
(
EVTRequestPageStatus InStatus, |