CARLA
Typedefs | Variables
CityMapMeshHolder.cpp File Reference
#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()
 

Typedef Documentation

◆ tag_size_t

using tag_size_t = std::underlying_type<ECityMapMeshTag>::type

Definition at line 18 of file CityMapMeshHolder.cpp.

Variable Documentation

◆ NUMBER_OF_TAGS

constexpr tag_size_t NUMBER_OF_TAGS = CityMapMeshTag::GetNumberOfTags()
static