wp.Runtime.HLOD.ForceDisableShadows
wp.Runtime.HLOD.ForceDisableShadows
#Overview
name: wp.Runtime.HLOD.ForceDisableShadows
This variable is created as a Console Variable (cvar).
- type:
Var
- help:
Force disable CastShadow flag on World Partition HLOD actors
It is referenced in 1
C++ source file.
#Summary
#References in C++ code
#Callsites
This variable is referenced in the following C++ source code:
#Loc: <Workspace>/Engine/Source/Runtime/Engine/Private/WorldPartition/HLOD/HLODActor.cpp:36
Scope: file
Source code excerpt:
static int32 GWorldPartitionHLODForceDisableShadows = 0;
static FAutoConsoleVariableRef CVarWorldPartitionHLODForceDisableShadows(
TEXT("wp.Runtime.HLOD.ForceDisableShadows"),
GWorldPartitionHLODForceDisableShadows,
TEXT("Force disable CastShadow flag on World Partition HLOD actors"),
ECVF_Scalability);
AWorldPartitionHLOD::AWorldPartitionHLOD(const FObjectInitializer& ObjectInitializer)
: Super(ObjectInitializer)