LIST ISM PHYSICS

LIST ISM PHYSICS

#Overview

name: LIST ISM PHYSICS

This variable is created as a Console Variable (cvar).

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:195

Scope (from outer to inner):

file
class        class FISMExecHelper : public FSelfRegisteringExec
function     virtual bool Exec_Runtime

Source code excerpt:

	virtual bool Exec_Runtime(class UWorld* InWorld, const TCHAR* Cmd, FOutputDevice& Ar)
	{
		if(FParse::Command(&Cmd, TEXT("LIST ISM PHYSICS")))
		{
			Ar.Logf(TEXT("----- BEGIN ISM PHYSICS LISTING -------------------------"));
			Ar.Logf(TEXT("Component Name, Component Class Name, Mesh Name, Num Bodies, Num Shapes"));

			int32 BodiesTotal = 0;
			int32 ShapesTotal = 0;