I want to pause sequence in blueprint A and Resume on Blueprint B
Please Help
Hello 00anwwwar00, thank you for posting such an interesting idea!
I managed to get a working idea for you.
I placed BP: A and BP: B in the level.
Make a custom event in your BP: B, with an input of Level Sequence Player. Then add a play node.
BP: A, make sure you have a reference to your BP: B, and call the custom event you made. You can drag your sequence reference to the event.
I hope this helps you. Have a great day.
1 Like
Thanks !!!