Loading order of actors in scene?

Hello everyone,

I’m using a python-plugin (20tab) for unreal, where I can attach py-scripts to blueprints.
I have a couple of blueprints in my scene and they load on begin-play,
but I don’t know which blueprint or actor for that matter is loaded first, second and so on.
I want to load a couple of py-scripts in sequence and if the order is messed by, they wont work together.

Any ideas are appreciated.

You have to add Tick Prerequisites to your actors.
Have a look at this page under Tick Dependency