how to select player start?

Use the node “Event Begin Play” to add whatever logic you want for all players, and it will be executed on the level start !

57492-screen+shot+2015-09-07+at+11.44.54+am.png

-m

i want any select player start when open level.
how to make it?

i hear it possible by tag insert to option of OpenLevel node.

but,it looks like not work.

thanks for comment.
event begin play?

i want select any playerstart when open level2 from level1.
two player start exist in level2.
name is playerstart1 and playerstart2.

is possible select any playerstart by tag name?

sorry.my english wired.

Ahaaaa, sure you are…

You can use the node “Get All Actors Of Class” and then set the class to “Player Start”.

For example, here on the level start, I get all the start points, and then print their names. You can do whatever you want…

You don’t even have to use the tags, as the tags mostly works with “Components” not full Object/Actor…

-m

thanks for comment.
i can print playerstart name in level1 by get all actors of class.

and,
how to get playerstart exist in level2?
casting?
and how to setting playerstart as spawn point?

And I had a question many times, I’m sorry