DanialKama / ThirdPersonShooter

Third-person shooter sample project developed in Unreal Engine 5
52 stars 6 forks source link

Fix null player controller #18

Closed DanialKama closed 2 years ago

DanialKama commented 2 years ago

Fix null player controller on player respawn

DanialKama commented 2 years ago

Fixed in commit number 109. Add a one-frame delay after Begin Play to access the player controller fixed this problem.