Core.Object | +--Editor.MaterialFactory
string
Description
void
ConsoleCommand(string Cmd)
00001 class MaterialFactory extends Object 00002 abstract 00003 native; 00004 00005 var string Description; 00006 00007 const RF_Public = 0x0000004; 00008 const RF_Standalone = 0x00080000; 00009 00010 event Material CreateMaterial( Object InOuter, string InPackage, string InGroup, string InName ); 00011 native function ConsoleCommand(string Cmd); 00012 00013 defaultproperties 00014 { 00015 }