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));
ECityMapMeshTag
Tag to identify the meshes used by the ProceduralMapGenerator.
static FString ToString(ECityMapMeshTag Tag)
Get Tag name as FString.
static ECityMapMeshTag GetBaseMeshTag()
Return the base mesh. The base mesh defines the unit tile for map scaling.
static uint32 GetRoadIntersectionSize()
Get the size in tiles of a road intersection side.