Factory in charge of spawning AI Controllers. 更多...
#include <AIControllerFactory.h>
Private 成员函数 | |
TArray< FActorDefinition > | GetDefinitions () final |
Retrieve the list of actor definitions that this class is able to spawn. | |
FActorSpawnResult | SpawnActor (const FTransform &SpawnAtTransform, const FActorDescription &ActorDescription) final |
Spawn an actor based on ActorDescription and Transform. | |
额外继承的成员函数 | |
Public 成员函数 继承自 ACarlaActorFactory | |
ACarlaActorFactory (const FObjectInitializer &ObjectInitializer) | |
Factory in charge of spawning AI Controllers.
在文件 AIControllerFactory.h 第 16 行定义.
|
finalprivatevirtual |
Retrieve the list of actor definitions that this class is able to spawn.
重载 ACarlaActorFactory .
在文件 AIControllerFactory.cpp 第 13 行定义.
|
finalprivatevirtual |
Spawn an actor based on ActorDescription and Transform.
重载 ACarlaActorFactory .
在文件 AIControllerFactory.cpp 第 24 行定义.