LIST ISM
LIST ISM
#Overview
name: LIST ISM
This variable is created as a Console Variable (cvar).
- type:
Exec
- help:
Sorry: Exec commands have no help
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/InstancedStaticMesh.cpp:259
Scope (from outer to inner):
file
class class FISMExecHelper : public FSelfRegisteringExec
function virtual bool Exec_Runtime
Source code excerpt:
return true;
}
else if(FParse::Command(&Cmd, TEXT("LIST ISM")))
{
if (InWorld == nullptr)
{
return true;
}
Ar.Logf(TEXT("Name, Num Instances, Has Previous Transform, Num Custom Floats, Has Random, Has Custom Data, Has Dynamic Data, Has LMSMUVBias, Has LocalBounds, Has Instance Hiearchy Offset"));