work on material parameters
This commit is contained in:
@@ -35,11 +35,7 @@ public:
|
||||
if (!Mat) return;
|
||||
|
||||
auto AllParams = WingMaterialParameter::GetMaterialParameters(Mat);
|
||||
|
||||
for (auto& [Info, Meta] : AllParams)
|
||||
{
|
||||
WingMaterialParameter::FormatMaterialParameter(Info, Meta);
|
||||
}
|
||||
WingMaterialParameter::PrintAll(AllParams, false);
|
||||
if (AllParams.IsEmpty()) WingOut::Stdout.Printf(TEXT("No material parameters.\n"));
|
||||
}
|
||||
};
|
||||
|
||||
Reference in New Issue
Block a user