Stub of FLpxSockets is now in place
This commit is contained in:
@@ -10,6 +10,7 @@ void init_wrapper(EngineWrapper* w) {
|
||||
InitFn init = (InitFn)FPlatformProcess::GetDllExport(DLL, TEXT("init_engine_wrapper"));
|
||||
if (init != nullptr) {
|
||||
init(w);
|
||||
w->hook_dprint(engineutil::DPrintHook);
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user