#include "Carla.h"#include "TrafficLightBase.h"#include "Carla/Game/CarlaStatics.h"#include "Vehicle/CarlaWheeledVehicle.h"#include "Vehicle/WheeledVehicleAIController.h"
Include dependency graph for TrafficLightBase.cpp:Go to the source code of this file.
Functions | |
| static bool | IsValid (const ACarlaWheeledVehicle *Vehicle) |
| static ETrafficSignState | ToTrafficSignState (ETrafficLightState State) |
|
static |
Definition at line 17 of file TrafficLightBase.cpp.
Referenced by ACarlaWheeledVehicle::AddReferenceToManager(), AVegetationManager::AddVehicle(), UCarlaSettingsDelegate::ApplyQualityLevelPreRestart(), ASceneCaptureSensor::BeginPlay(), UCarlaSettingsDelegate::CheckCarlaSettings(), AVegetationManager::CheckForNewTiles(), ALargeMapManager::CheckIfRebaseIsNeeded(), FSkeletonHierarchy::ClearExternalForces(), AVegetationManager::CreateOrUpdateTileCache(), AVegetationManager::CreatePoolForBPClass(), UTaggedComponent::CreateSceneProxy(), AVegetationManager::FreeTileCache(), URoadMap::GetDataAt(), ALargeMapManager::GetHeroVehicle(), AVegetationManager::GetTilesInUse(), carla::geom::Mesh::Mesh(), ATrafficLightBase::NotifyWheeledVehicle(), UCarlaSettingsDelegate::OnActorSpawned(), ALargeMapManager::OnActorSpawned(), UTaggedComponent::OnRegister(), ACityMapMeshHolder::PostInitializeComponents(), ALargeMapManager::PrintMapInfo(), ACarlaWheeledVehicle::RemoveReferenceToManager(), AVegetationManager::RemoveVehicle(), UCarlaSettingsDelegate::SetActorComponentsDrawDistance(), UCarlaSettingsDelegate::SetAllActorsDrawDistance(), UCarlaSettingsDelegate::SetAllLights(), UCarlaSettingsDelegate::SetAllRoads(), UTaggedComponent::SetColor(), AVegetationManager::SetInstancedStaticMeshComponentCache(), AVegetationManager::SetMaterialCache(), UCarlaSettingsDelegate::SetPostProcessEffectsEnabled(), AVegetationManager::SpawnSkeletalFoliages(), ATagger::TagActor(), AVegetationManager::Tick(), ATrafficLightBase::UnNotifyWheeledVehicle(), AVegetationManager::UpdateFoliageBlueprintCache(), ALargeMapManager::UpdateTilesState(), and carla::client::ServerSideSensor::~ServerSideSensor().
Here is the caller graph for this function:
|
static |
Definition at line 22 of file TrafficLightBase.cpp.
References TrafficLightGreen, TrafficLightRed, and TrafficLightYellow.
1.8.13