CARLA
Public Attributes | List of all members
FActorDescription Struct Reference

A description of a Carla Actor with all its variation. More...

#include <ActorDescription.h>

+ Collaboration diagram for FActorDescription:

Public Attributes

TSubclassOf< AActorClass
 Class of the actor to be spawned. More...
 
FString Id
 Display ID that identifies the actor. More...
 
uint32 UId = 0u
 UId of the definition in which this description was based. More...
 
TMap< FString, FActorAttributeVariations
 User selected variations of the actor. More...
 

Detailed Description

A description of a Carla Actor with all its variation.

Definition at line 15 of file Unreal/CarlaUE4/Plugins/Carla/Source/Carla/Actor/ActorDescription.h.

Member Data Documentation

◆ Class

TSubclassOf<AActor> FActorDescription::Class

◆ Id

FString FActorDescription::Id

◆ UId

uint32 FActorDescription::UId = 0u

◆ Variations

TMap<FString, FActorAttribute> FActorDescription::Variations

The documentation for this struct was generated from the following file: