Hello,
I am trying to spawn an AI actor to follow a path. If I place the AI into the world, it works great. I have a variable "DesiredNode", and its value is "PathNode", which tells the AI to go to the first node in the path. But when I spawn them into the world, the DesiredNode appears, but the value comes in as None. Does anyone have any experience with this and know a work around? I believe its a known bug. I am trying to figure out a way to get the spawned AI to the first node in the path. Any suggestions would be greatly appreciated!
Chris
[ATTACH=CONFIG]PlacedInTheWorld[/ATTACH]
[ATTACH=CONFIG]SpawnedIntoTheWorld[/ATTACH]
I am trying to spawn an AI actor to follow a path. If I place the AI into the world, it works great. I have a variable "DesiredNode", and its value is "PathNode", which tells the AI to go to the first node in the path. But when I spawn them into the world, the DesiredNode appears, but the value comes in as None. Does anyone have any experience with this and know a work around? I believe its a known bug. I am trying to figure out a way to get the spawned AI to the first node in the path. Any suggestions would be greatly appreciated!
Chris
[ATTACH=CONFIG]PlacedInTheWorld[/ATTACH]
[ATTACH=CONFIG]SpawnedIntoTheWorld[/ATTACH]
Comment