UDocumentation UE5.7 10.02.2026 (Source)
API documentation for Unreal Engine 5.7
RuntimeVirtualTexture::FBatchRenderContext Class Reference

Public Attributes

FRenderGraphSetup GraphSetup
 
FRenderPageBatchDesc BatchDesc
 
bool bAllowCachedMeshDrawCommands = true
 
bool bAllowMipDebug = true
 

Detailed Description

Context for rendering a batch of pages. Holds the batch description and the render graph allocations. Allows us to maintain state across RenderFinalize() and Finalize() calls.

Member Data Documentation

◆ bAllowCachedMeshDrawCommands

bool RuntimeVirtualTexture::FBatchRenderContext::bAllowCachedMeshDrawCommands = true

◆ bAllowMipDebug

bool RuntimeVirtualTexture::FBatchRenderContext::bAllowMipDebug = true

◆ BatchDesc

FRenderPageBatchDesc RuntimeVirtualTexture::FBatchRenderContext::BatchDesc

◆ GraphSetup

FRenderGraphSetup RuntimeVirtualTexture::FBatchRenderContext::GraphSetup

The documentation for this class was generated from the following file: