A view over an actor and its properties. More...
#include <ActorInfo.h>
Collaboration diagram for FActorInfo:Public Attributes | |
| FBoundingBox | BoundingBox |
| FActorDescription | Description |
| TSet< crp::CityObjectLabel > | SemanticTags |
| crp::Actor | SerializedData |
| FVector | Velocity = {0.0f, 0.0f, 0.0f} |
A view over an actor and its properties.
Definition at line 22 of file ActorInfo.h.
| FBoundingBox FActorInfo::BoundingBox |
Definition at line 30 of file ActorInfo.h.
Referenced by FFrameData::AddActorBoundingBox(), and ACarlaRecorder::AddActorBoundingBox().
| FActorDescription FActorInfo::Description |
Definition at line 26 of file ActorInfo.h.
Referenced by ACarlaRecorder::AddCollision(), FFrameData::AddExistingActors(), ACarlaRecorder::AddExistingActors(), FCarlaServer::FPimpl::BindActions(), UActorDispatcher::DestroyActor(), FActorRegistry::GetDescriptionFromStream(), ALargeMapManager::OnActorSpawned(), FActorData::RespawnActor(), and FSparseHighDetailMap::SaveMap().
| TSet<crp::CityObjectLabel> FActorInfo::SemanticTags |
Definition at line 28 of file ActorInfo.h.
| crp::Actor FActorInfo::SerializedData |
Definition at line 32 of file ActorInfo.h.
Referenced by UCarlaEpisode::SerializeActor().
|
mutable |
Definition at line 35 of file ActorInfo.h.
Referenced by FWorldObserver_GetAcceleration().
1.8.13