Hey ,
I already solved the mystery. This doesn’t seem to be documented anywhere on Epic documentation, sites or anything, but it looks like putting your macros defining delegates (Event dispatchers like MULTICAST_DELEGATE…) INSIDE your class declaration will cause the Hot Reload to fail and produce “missing functions” in that class.
Moving the declaration macros up, out of the class scope fixed the issue. Would be nice if it was mentioned somewhere.