UNetConnection::HandleConnectionTimeout

This is called whenever a connection has passed the relative time to be considered timed out.

Windows
MacOS
Linux

Override Hierarchy

UNetConnection::HandleConnectionTimeout()

UIpConnection::HandleConnectionTimeout()

References

Module

Engine

Header

/Engine/Source/Runtime/Engine/Classes/Engine/NetConnection.h

Include

#include "Engine/NetConnection.h"

Source

/Engine/Source/Runtime/Engine/Private/NetConnection.cpp

Syntax

virtual void HandleConnectionTimeout
(
    const FString & Error
)

Remarks

This is called whenever a connection has passed the relative time to be considered timed out.

Help shape the future of Unreal Engine documentation! Tell us how we're doing so we can serve you better.
Take our survey
Dismiss