#include "Carla.h"#include "CityMapMeshHolder.h"#include "Engine/StaticMeshActor.h"#include "Components/InstancedStaticMeshComponent.h"#include "Engine/StaticMesh.h"#include <vector>#include "Settings/CarlaSettings.h"#include "Game/CarlaGameInstance.h"#include "Kismet/KismetSystemLibrary.h"
Include dependency graph for CityMapMeshHolder.cpp:Go to the source code of this file.
Typedefs | |
| using | tag_size_t = std::underlying_type< ECityMapMeshTag >::type |
Variables | |
| static constexpr tag_size_t | NUMBER_OF_TAGS = CityMapMeshTag::GetNumberOfTags() |
| using tag_size_t = std::underlying_type<ECityMapMeshTag>::type |
Definition at line 18 of file CityMapMeshHolder.cpp.
|
static |
Definition at line 20 of file CityMapMeshHolder.cpp.
Referenced by ACityMapMeshHolder::ACityMapMeshHolder(), and CityMapMeshTag::GetNumberOfTags().
1.8.13