I’m working on an endless runner game and spawning a series of platforms and I want to spawn an AI character on the platform from its class blueprint using AddChildActorComponent. The character spawns, however it doesn’t use its PawnSensing component neither its animation blueprint.
Also I’d like to attach a NavMeshVolume to the platform, but it’s not in the AddComponent options