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.
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.
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
\+1 for this, old method worked in 4.18 but abv worked for 4.20, go figure