CARLA
Macros | Variables
LargeMapManager.cpp File Reference
#include "LargeMapManager.h"
#include "Engine/WorldComposition.h"
#include "Engine/ObjectLibrary.h"
#include "Game/CarlaStatics.h"
#include "Actor/ActorRegistry.h"
#include "Game/CarlaEpisode.h"
#include "Engine/EngineTypes.h"
#include "Components/PrimitiveComponent.h"
#include "Landscape.h"
#include "LandscapeHeightfieldCollisionComponent.h"
#include "LandscapeComponent.h"
#include "UncenteredPivotPointMesh.h"
#include "Walker/WalkerBase.h"
#include "Carla/Game/Tagger.h"
#include "Carla/Vehicle/CustomTerrainPhysicsComponent.h"
#include "FileHelper.h"
#include "Paths.h"
+ Include dependency graph for LargeMapManager.cpp:

Go to the source code of this file.

Macros

#define LARGEMAP_LOGS   1
 
#define LM_LOG(Level, Msg, ...)   UE_LOG(LogCarla, Level, TEXT(Msg), ##__VA_ARGS__)
 

Variables

uint64_t num_ticks = 0
 
float tick_execution_time = 0
 

Macro Definition Documentation

◆ LARGEMAP_LOGS

#define LARGEMAP_LOGS   1

Definition at line 27 of file LargeMapManager.cpp.

◆ LM_LOG

#define LM_LOG (   Level,
  Msg,
  ... 
)    UE_LOG(LogCarla, Level, TEXT(Msg), ##__VA_ARGS__)

Variable Documentation

◆ num_ticks

uint64_t num_ticks = 0

Definition at line 343 of file LargeMapManager.cpp.

◆ tick_execution_time

float tick_execution_time = 0

Definition at line 342 of file LargeMapManager.cpp.