Casting FROM game instance failed

Hi,

I am trying to cast to my Character Blueprint, but the cast is failing and I can’t find the problem :confused:
My blueprint setup is in my game instance.
The game instance is set in project settings and I also tried ‘get Player Character’ instead of ‘Get Player Pawn’.
Thanks for any help!

Regards

Dave

Have you tried adding a small delay before you cast. If your character hasn’t spawned in the level yet the cast isn’t going to work.

Thank you! that solved it :slight_smile:

Thank you! That solved it :slight_smile: