16 return ECityMapMeshTag::RoadTwoLanes_LaneLeft;
26 const UEnum* ptr = FindObject<UEnum>(ANY_PACKAGE, TEXT(
"ECityMapMeshTag"),
true);
28 return FString(
"Invalid");
29 return ptr->GetNameStringByIndex(static_cast<int32>(Tag));
static FString ToString(ECityMapMeshTag Tag)
Get Tag name as FString.
ECityMapMeshTag
Tag to identify the meshes used by the ProceduralMapGenerator.
static uint32 GetRoadIntersectionSize()
Get the size in tiles of a road intersection side.
static ECityMapMeshTag GetBaseMeshTag()
Return the base mesh. The base mesh defines the unit tile for map scaling.