Is there a “Player changed levels” event?

Unreal Engine doesn’t have a built-in “Player changed levels” event. However, you can create custom logic in your GameInstance class to detect level transitions and notify relevant actors like your elevator. This ensures your elevator restarts its humming sound and head shakes when a level change occurs.

1 Like