Get all Actors of Level

Hey, is there a way to get all Actors of a Level (Inside the Level Blueprint of that level)?

why u wanna do that? :face_with_monocle:

I want all Actors of that Level to be connected to a Timeline node, which defines a specific Transformation. Not all Actors of scene.

Hey there @Henryk_2000! You can use the get all actors of class node to get every actor of the specific class you want. You definitely don’t want to get all actors in a scene however.