32 #ifdef LIBCARLA_INCLUDED_FROM_UE4 35 : uid(Definition.UId),
36 id(FromFString(Definition.Id)),
37 tags(FromFString(Definition.Tags)) {
39 for (
const auto &Item : Definition.
Variations) {
40 attributes.push_back(Item);
42 for (
const auto &Item : Definition.
Attributes) {
43 attributes.push_back(Item);
47 #endif // LIBCARLA_INCLUDED_FROM_UE4
std::vector< ActorAttribute > attributes
ActorDefinition()=default
This file contains definitions of common data structures used in traffic manager. ...
A definition of a Carla Actor with all the variation and attributes.
MSGPACK_DEFINE_ARRAY(uid, id, tags, attributes)
TArray< FActorVariation > Variations
Variations represent variables the user can modify to generate variations of the actor.
TArray< FActorAttribute > Attributes
Attributes represent non-modifiable properties of the actor that might help the user identifying and ...