How to access Sequencer spawnables from blueprints?

I have a level sequence that spawns an actor. How do I get a reference to that actor in the blueprint that owns the level sequence?

I noticed the Spawned Object Owner can be set to External in the Sequencer, meaning that its lifetime can be controlled from outside, but I couldn’t find a way to get a reference to the spawnables in a blueprint.