Esempio n. 1
0
 static FCoreDelegates()
 {
     HotReload.RegisterNativeDelegateManager(typeof(FCoreDelegates));
 }
Esempio n. 2
0
 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));
 }