CDO Constructor (GameGameMode): Failed to find third person character

I am currently facing a problem, when I play the packaged game or .exe a pop error message comes up. Not sure whats wrong, specially since the game works just fine.

Any Ideas are more than welcome.

113015-untitled.png

1 Like

If you use ConstructionHelpers in you GameMode to load a blueprint, make sure the reference path isn’t something like Blueprint'/Game/thirdPersonCPP/Blueprints/ThirdPersoncharacter.ThirdPersonCharacter_C but rather '/Game/thirdPersonCPP/Blueprints/ThirdPersoncharacter' . Because in packaged game, loading blueprints is disabled by default, but loading assets is OK. Hope this helps :slight_smile:

2 Likes

I have it like that in both of the GameModes

1 Like

\+1 for this, old method worked in 4.18 but abv worked for 4.20, go figure

I have the same situation and the same code there, Did you solve it finally? I have been trying to fix it for 3 days.