Troubleshooting #

Plugin ‘PragmaSDK’ failed to load because module ‘PragmaSDK’ could not be loaded.

After closing Unreal Editor, rerun the update-pragma-sdk.sh script in the Plugins directory in your Unreal project folder. When the script finishes, reopen your project and let the editor rebuild the PragmaSDK.

My code is not running when I click the play button.
If the code located in AMyPlayerController.cpp doesn’t run, ensure that you have selected MyGameModeBase in the GameMode Override dropdown and MyPlayerController in the Player Controller Class, both of which are located in the World Settings panel.