Preview Render Target and Materials

This commit is contained in:
aollero 2022-03-23 17:50:39 +01:00 committed by bernat
parent 21f2c371bf
commit ef1b9d861c
7 changed files with 2 additions and 0 deletions

View File

@ -230,6 +230,8 @@ bool UMapGeneratorWidget::CookVegetationToTiles(const FMapGeneratorMetaInfo& Met
UE_LOG(LogCarlaToolsMapGenerator, Log, TEXT("%s: Cooking vegetation to %s tiles"),
*CUR_CLASS_FUNC_LINE, *MetaInfo.MapName);
//TODO: First check if there is elements in MetaInfo.FoliageSpawners
TArray<FAssetData> AssetsData;
const FString TilesPath = MetaInfo.DestinationPath;
bool success = LoadWorlds(AssetsData, TilesPath);