Promote To Variable Not Working Properly

Oh wow. That’s unexpected. Maybe something got corrupted while downloading.
Though it wouldn’t help with corruption, try validating the assets:
image

If it still doesn’t work, just quickly zip up the project and throw it over. I’ll be able to take a closer look then.

Maybe verify your engine in the meantime:
image

FYI, Pawns are not instantly possessed by the controller. It takes a few milliseconds. If Show Player HUD is called before possession has occurred the logic flow will fail with accessed none errors.

For quick hack you can add a delay node to give you a few hundred ms for all the possession processes to complete. Typically you’ll see this on the Begin Play node of the player class.

The best approach overall is to Poll all your priority Obj/Comp references. When they are “set” and “valid” then execute chain logic that has such dependencies.

I had to just delete the project because some how My Test Map Was duplicated some where but not really visible but duplicated and it was saying that i couldnt do anything so i just delete the project and started over

This topic was automatically closed 30 days after the last reply. New replies are no longer allowed.