When failing to hot reload in some cases, the compile button in the editor will disappear and Hot Reloads will stop occurring. This tends to happen randomly in other scenarios but the method above is the only one that has been a 100% reproduction case thus far. Presumably, this reproduction case will work when trying to add any class that is set to Minimal API or that would cause the Hot Reload to fail upon being added
Regression?: NO
This occurred in 4.10.4 & 4.11.2
Additional Repro reported by user:
UFUNCTION(BlueprintCallable, Category = "MyFunction") void MyFunction();
Head over to the existing Questions & Answers thread and let us know what's up.