amendment
void APlayerController::OnNetCleanup(UNetConnection* Connection) { UWorld* World = GetWorld(); // destroy the PC that was waiting for a swap, if it exists if (World != NULL) { World->DestroySwappedPC(Connection); } // add code if (UNetConnection::GNetConnectionBeingCleanedUp != NULL) { return; } check(UNetConnection::GNetConnectionBeingCleanedUp == NULL); UNetConnection::GNetConnectionBeingCleanedUp = Connection;
[Link Removed]・Unzip the attached project
・ListenServer, Client in this order.
// Run ListenServer
UE4Editor.exe "%~dp0MyProjectSimple.uproject" -game Map1?listen -notimeouts -log
// Run Client
UE4Editor.exe "%~dp0MyProjectSimple.uproject" -game 127.0.0.1 -notimeouts -log
Result: After saving replay by pressing B key on ListenServer, we closed the Client window. At this timing OnLogout processing is executed and saving replay should end, but ListenServer crashed.
[Link Removed]
[Link Removed]
i have this problem UE4CC-Windows-58DC12AF4B97F057BD108FBFF569B2E9_0000
I am not able to find world outliner how to enable it?
Delay nodes occasionally don't fire the "Completed" output in a nativized build
Undefined sysmbol: typeinfo for AActor when cross-compile linux dedicated server on windows
How can i modify the param name in EQS node
Installer 4.10 failed with error code R-1603
When I open UE4 4.24.3 it appears that. Does anyone know how to solve?
There's no existing public thread on this issue, so head over to Questions & Answers just mention UE-59316 in the post.
1 |
Component | UE - Networking |
---|---|
Affects Versions | 4.18.3 |
Target Fix | 4.20 |
Created | May 18, 2018 |
---|---|
Resolved | Jun 30, 2018 |
Updated | Oct 6, 2020 |