I want to assign events to keyframes in Sequencer using Blueprints.
I was able to create event tracks and keyframes using Blueprints by referring to the article linked below and the Python script included in the article.
However, I don’t know how to assign events to those keyframes.
Thank you for your response.
I believe the method you provided is correct for manual assignment in the editor.
However, what I want to do is to dynamically assign events to BP only at runtime.
How can I do this?