How to select all characters on begin play

I have many characters in my project, they move in large group, each time I begin play I need to select each of them to move them together. I was trying to create drag selection, but it somehow didnt work. Is there any way to script to select all characters while begin play? Something like on begin play select all characters? Or just on a hit of any key, selecting all characters?

Hi JakubTyl,

The selection itself will require your own logic, however to get all actors of a single class you can use the node “Get all actors of class”, do a foreachloop then run your selection logic in each.