Unreal 5.1 Live Coding Button Missing?

Hi there!

Problem of no compile button in status bar (bottom right corner) is appear when class of game module is inherited from IModuleInterface.
1
1

To resolve it you need one of two cases.

  1. Override the InGame Module() function with return value ‘true’
    1

  2. Inherit the class of game module from FDefaultGameModuleImpl
    1

2 Likes