Navigation
Unreal Engine C++ API Reference > Runtime > Engine > Engine > UNetConnection
Type | Name | Description | |
---|---|---|---|
![]() |
void | Close () |
Closes the connection (including sending a close notify across the network) NOTE: To be deprecated in the near future. |
![]() |
void | Close
(
FNetCloseResult&& CloseReason |
Closes the connection (including sending a close notify across the network) |
![]() |
void | Close
(
FNetResult&& CloseReason |
Closes the connection (including sending a close notify across the network) |