Hi there!
Problem of no compile button in status bar (bottom right corner) is appear when class of game module is inherited from IModuleInterface
.
To resolve it you need one of two cases.
-
Override the
InGame Module()
function with return value ‘true’
-
Inherit the class of game module from
FDefaultGameModuleImpl