static FCoreDelegates() { HotReload.RegisterNativeDelegateManager(typeof(FCoreDelegates)); }
static FModuleManager() { // Register this class with the native delegates hotreload manager so that our static delegates here // are automatically unbound on unload HotReload.RegisterNativeDelegateManager(typeof(FModuleManager)); }