Spawning Platform Actor to Multiple Spawn points only Spawning on one

Hello, I’m relatively new to using blueprints so apologies if this is a dumb question. I have created an actor for a platform to spawn at multiple different spawners, but when I try to spawn the platforms, it only spawns on one of the spawners.

Am I missing something? (see Event Graphs for spawner and character input action below)

thanks in advance.

“Get Actor Of Class” returns only the first actor in the world. You need to “Get All actors from class” like it is in your DestroyActorEvent.

2 Likes

Ah brilliant, thank you.

I’ll try it out once I get back to my desk :slight_smile:

thank you that worked great :slight_smile:

1 Like