wp.Runtime.OverrideRuntimeSpatialHashLoadingRange
wp.Runtime.OverrideRuntimeSpatialHashLoadingRange
#Overview
name: wp.Runtime.OverrideRuntimeSpatialHashLoadingRange
This variable is created as a Console Variable (cvar).
- type:
Cmd
- help:
Sets runtime loading range. Args -grid=[index] -range=[override_loading_range]
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/WorldPartitionRuntimeSpatialHash.cpp:125
Scope: file
Source code excerpt:
}
static const FString GOverrideLoadingRangeCommandName(TEXT("wp.Runtime.OverrideRuntimeSpatialHashLoadingRange"));
bool FSpatialHashStreamingGrid::bAddedWorldPartitionSubsystemDeinitializedCallback = false;
TMap<int32, float> FSpatialHashStreamingGrid::OverriddenLoadingRanges;
FAutoConsoleCommand FSpatialHashStreamingGrid::OverrideLoadingRangeCommand(
*GOverrideLoadingRangeCommandName,
TEXT("Sets runtime loading range. Args -grid=[index] -range=[override_loading_range]"),
FConsoleCommandWithArgsDelegate::CreateLambda([](const TArray<FString>& InArgs)