Navigation
API > API/Editor > API/Editor/UnrealEd > API/Editor/UnrealEd/Commandlets
Inheritance Hierarchy
- UCommandlet
- UDumpMaterialInfoCommandlet
References
| Module | UnrealEd |
| Header | /Engine/Source/Editor/UnrealEd/Classes/Commandlets/DumpMaterialInfo.h |
| Include | #include "Commandlets/DumpMaterialInfo.h" |
Syntax
UCLASS (Config=Editor)
class UDumpMaterialInfoCommandlet : public UCommandlet
Remarks
Writes a CSV that lists many properties of all material (instances). Useful to inspect all materials and query them, e.g. for performance characteristics.
Constructors
| Type | Name | Description | |
|---|---|---|---|
UDumpMaterialInfoCommandlet
(
const FObjectInitializer& ObjectInitializer |