![]() |
UDocumentation UE5.7 10.02.2026 (Source)
API documentation for Unreal Engine 5.7
|
#include <RuntimeVirtualTextureRender.h>
Public Member Functions | |
| PRAGMA_DISABLE_DEPRECATION_WARNINGS FRenderPageDesc & | operator= (FRenderPageDesc const &RHS)=default |
Public Attributes | |
| uint8 | vLevel |
| FBox2D | UVRange |
| FIntRect | DestRect [MaxTextureLayers] |
| FBox2D | DestBox [MaxTextureLayers] |
A single page description. Multiple of these can be placed in a single FRenderPageBatchDesc batch description.
|
default |
| FBox2D RuntimeVirtualTexture::FRenderPageDesc::DestBox[MaxTextureLayers] |
| FIntRect RuntimeVirtualTexture::FRenderPageDesc::DestRect[MaxTextureLayers] |
Destination box to render in texel space of the target physical texture.
| FBox2D RuntimeVirtualTexture::FRenderPageDesc::UVRange |
UV range to render in virtual texture space.
| uint8 RuntimeVirtualTexture::FRenderPageDesc::vLevel |
vLevel to render at.