Files
UnrealEngineUWP/Engine/Source/Runtime/LevelSequence
Andrew Rodham bda683cd14 Sequencer: Reinitialize player if the runner is no longer valid
This can happen if a level is unloaded and reloaded without a garbage collection pass happening in-between, meaning the player would be torn down but wouldn't get re-created since the player was already partly initialized.

#jira none
#rb
#preflight 642c53028f078cc70398259b

[CL 24913186 by Andrew Rodham in ue5-main branch]
2023-04-04 12:55:13 -04:00
..