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

#include <VirtualShadowMapClipmap.h>

Static Public Member Functions

static FVirtualShadowMapClipmapConfig GetGlobal ()
 

Public Attributes

int32 FirstLevel = 8
 
int32 LastLevel = 18
 
int32 FirstCoarseLevel = -1
 
int32 LastCoarseLevel = -1
 
uint32 ShadowTypeId = 0u
 
float ResolutionLodBias = 0.0f
 
float ResolutionLodBiasMoving = 0.0f
 
bool bForceInvalidate = false
 
bool bIsFirstPersonShadow = false
 
bool bCullDynamicTightly = false
 
bool bUseReceiverMask = false
 

Member Function Documentation

◆ GetGlobal()

FVirtualShadowMapClipmapConfig FVirtualShadowMapClipmapConfig::GetGlobal ( )
static

Member Data Documentation

◆ bCullDynamicTightly

bool FVirtualShadowMapClipmapConfig::bCullDynamicTightly = false

◆ bForceInvalidate

bool FVirtualShadowMapClipmapConfig::bForceInvalidate = false

◆ bIsFirstPersonShadow

bool FVirtualShadowMapClipmapConfig::bIsFirstPersonShadow = false

◆ bUseReceiverMask

bool FVirtualShadowMapClipmapConfig::bUseReceiverMask = false

◆ FirstCoarseLevel

int32 FVirtualShadowMapClipmapConfig::FirstCoarseLevel = -1

◆ FirstLevel

int32 FVirtualShadowMapClipmapConfig::FirstLevel = 8

◆ LastCoarseLevel

int32 FVirtualShadowMapClipmapConfig::LastCoarseLevel = -1

◆ LastLevel

int32 FVirtualShadowMapClipmapConfig::LastLevel = 18

◆ ResolutionLodBias

float FVirtualShadowMapClipmapConfig::ResolutionLodBias = 0.0f

◆ ResolutionLodBiasMoving

float FVirtualShadowMapClipmapConfig::ResolutionLodBiasMoving = 0.0f

◆ ShadowTypeId

uint32 FVirtualShadowMapClipmapConfig::ShadowTypeId = 0u

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