Hello there!
I’m working on a VR project in Unreal and need to develop a simple playlist system with two videos. Here’s the flow I want to achieve:
- Video #1 plays on a loop.
- Using a controller, user can trigger Video #2.
- After Video 2 finishes, Video 1 starts again automatically.
Problem is Unreal crashes when trying to switch between videos.
Here’s the code I’ve been using: