p.DumpPhysicalMaterialMaskData

p.DumpPhysicalMaterialMaskData

#Overview

name: p.DumpPhysicalMaterialMaskData

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/PhysicsEngine/PhysicalMaterialMask.cpp:67

Scope: file

Source code excerpt:


static FAutoConsoleCommand CmdDumpPhysicalMaterialMaskData(
	TEXT("p.DumpPhysicalMaterialMaskData"),
	TEXT("Outputs the current mask data for the specified physical material mask asset to the log."),
	FConsoleCommandWithArgsDelegate::CreateStatic(&OnDumpPhysicalMaterialMaskData)
);

#endif // #if WITH_EDITOR