#include "Carla/Actor/ActorDefinition.h"
#include "Carla/Actor/ActorDescription.h"
#include "Carla/Actor/ActorRegistry.h"
#include "Carla/Actor/ActorSpawnResult.h"
#include "Containers/Array.h"
#include "Templates/Function.h"
#include "ActorDispatcher.generated.h"
Go to the source code of this file.
Classes | |
class | UActorDispatcher |
Object in charge of binding ActorDefinitions to spawn functions, as well as keeping the registry of all the actors spawned. More... | |