Hi,
I’m trying to reference my player character in a level sequence, but my player spawns using a Player Start. How can I correctly reference the player in the sequence?
It is possible ?
Thanks in advance !
Hi,
I’m trying to reference my player character in a level sequence, but my player spawns using a Player Start. How can I correctly reference the player in the sequence?
It is possible ?
Thanks in advance !
Dynamic Possession.
This binds the player0 pawn only not just anything spawned with a player start. If you want to bind anything else, say an AI pawn, you should modify step 2 so that it finds the desired actor instead of player0.