#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"
类 | |
class | UActorDispatcher |
Object in charge of binding ActorDefinitions to spawn functions, as well as keeping the registry of all the actors spawned. 更多... | |