r.HLOD.ListUnbuilt
r.HLOD.ListUnbuilt
#Overview
name: r.HLOD.ListUnbuilt
This variable is created as a Console Variable (cvar).
- type:
Cmd
- help:
Lists all unbuilt HLOD actors in the world
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/LODActor.cpp:172
Scope: file
Source code excerpt:
static FAutoConsoleCommandWithWorldAndArgs GHLODListUnbuiltCmd(
TEXT("r.HLOD.ListUnbuilt"),
TEXT("Lists all unbuilt HLOD actors in the world"),
FConsoleCommandWithWorldAndArgsDelegate::CreateStatic(ListUnbuiltHLODActors)
);
#endif // !(UE_BUILD_SHIPPING)