如何自动将actor添加到关卡

不太理解你的意图?是在游戏运行过程中加入吗?运行中加入一个C++定义的Actor类的话,请看[http://api.unrealengine.com/INT/Programming/UnrealArchitecture/Actors/Spawning/index.html][Spawning Actors]
而蓝图定义的Actor需要使用LoadClass获得UClass*