Updated list of semantic tags for the Move Assets commandlet

This commit is contained in:
Michele Bianchi 2020-01-10 16:52:23 +09:00 committed by Marc Garcia Puig
parent 8687ab18bc
commit bac38b5339
1 changed files with 5 additions and 2 deletions

View File

@ -26,9 +26,12 @@ namespace SSTags {
static const FString TERRAIN = TEXT("Terrain");
// RoadRunner Tags
static const FString R_ROAD = TEXT("RoadNode");
// static const FString R_ROAD = TEXT("RoadNode");
// static const FString R_TERRAIN = TEXT("Terrain");
// static const FString R_MARKING = TEXT("MarkingNode");
static const FString R_ROAD = TEXT("Road_Road");
static const FString R_TERRAIN = TEXT("Terrain");
static const FString R_MARKING = TEXT("MarkingNode");
static const FString R_MARKING = TEXT("Road_Marking");
}
FMovePackageParams UMoveAssetsCommandlet::ParseParams(const FString &InParams) const