If you’re thinking about triggering events in Level Sequencer, consider creating a Blueprint in the level — something like BP_SequencerBridge — to act as a central conductor for your events. ![]()
![]()
Why? Instead of adding logic to the Level Blueprint, which requires assigning “self” to an actor blueprint variable (object reference) on Event BeginPlay, this method keeps things cleaner, reusable, and more modular.
Hope this helps—happy developing!
- This is based on our experience with Unreal Engine. While we strive to provide accurate and up-to-date information, your project setup may vary, and some adjustments might be needed based on your specific use case. Always test your implementation and refer to official Unreal Engine documentation for the latest features and best practices. We are not affiliated with Epic Games.
