UDocumentation UE5.7 10.02.2026 (Source)
API documentation for Unreal Engine 5.7
RuntimeVirtualTexture::FRenderGraphSetup::FInitDesc Struct Reference

Public Member Functions

 FInitDesc (FRenderPageBatchDesc const &InDesc)
 

Public Attributes

ERHIFeatureLevel::Type FeatureLevel
 
ERuntimeVirtualTextureMaterialType MaterialType
 
FIntPoint TextureSize
 
int32 PageCount = 1
 
TArray< TRefCountPtr< IPooledRenderTarget > > OutputTargets
 
bool bClearTextures = false
 
bool bIsThumbnails = false
 

Detailed Description

Initializer description for the graph setup.

Constructor & Destructor Documentation

◆ FInitDesc()

RuntimeVirtualTexture::FRenderGraphSetup::FInitDesc::FInitDesc ( FRenderPageBatchDesc const &  InDesc)
inline

Initialize from a page batch description.

Member Data Documentation

◆ bClearTextures

bool RuntimeVirtualTexture::FRenderGraphSetup::FInitDesc::bClearTextures = false

◆ bIsThumbnails

bool RuntimeVirtualTexture::FRenderGraphSetup::FInitDesc::bIsThumbnails = false

◆ FeatureLevel

ERHIFeatureLevel::Type RuntimeVirtualTexture::FRenderGraphSetup::FInitDesc::FeatureLevel

◆ MaterialType

ERuntimeVirtualTextureMaterialType RuntimeVirtualTexture::FRenderGraphSetup::FInitDesc::MaterialType

◆ OutputTargets

TArray<TRefCountPtr<IPooledRenderTarget> > RuntimeVirtualTexture::FRenderGraphSetup::FInitDesc::OutputTargets

◆ PageCount

int32 RuntimeVirtualTexture::FRenderGraphSetup::FInitDesc::PageCount = 1

◆ TextureSize

FIntPoint RuntimeVirtualTexture::FRenderGraphSetup::FInitDesc::TextureSize

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