Be the first to post for 'Find Actors of Type from C'!

If you’re reading this, there probably aren’t very many posts yet. But don’t worry, you can be the first! Either create a new post or just reply to this one to say ‘hi’.

Why NavMeshBoundsVolume print twice ?
I get the same result, then I print the size of TActorIterator and figure out that PopulateBoundsVolumePool() function had called twice
why it’s called twice, it’s bug or I can’t guess something ?

ForSam

I guess where is problem

every new Tile attachment there is execute Spawn Tile() and also execute Populate Bounds Volume Pool() function

Have you solved it then?

Only change sequence as you do a few lectures later

1 Like

The problem is that the Populate-Function is called in the for loop’s body. It should not be appended to the Spawn Tile but rather to the “Completed” pin of the For Loop node.

Privacy & Terms