Get a subscene by blueprint

How do I get a subscene sequence using a blueprint?

I found this post on how to add subscene by blueprint, and have tried to reverse engineer it without success.

More info: I have a sequence that has Audio in a subscene. I want to apply an effect to the soundwave by blueprint. I can do it if the audio is in a track in the master sequence, but can’t find a way to access if it is a subscene.

Thanks

Worked out how to do this. Posting for anyone searching in future…
Use FindMasterTracksByType, then get the sections and then call GetSequence function on MovieSceneSubSection.

3 Likes