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