Navigation
API > API/Runtime > API/Runtime/Engine > API/Runtime/Engine/UReplayNetConnection
Description
Return the platform specific FInternetAddr type, containing this connections address. If nullptr is returned, connection is not added to MappedClientConnections, and can't receive net packets which depend on this.
Virtual Inheritance
- UNetConnection::GetRemoteAddr → UReplayNetConnection::GetRemoteAddr
| Name | GetRemoteAddr |
| Type | function |
| Header File | /Engine/Source/Runtime/Engine/Public/ReplayNetConnection.h |
| Include Path | #include "ReplayNetConnection.h" |
| Source | /Engine/Source/Runtime/Engine/Private/ReplayNetConnection.cpp |
virtual TSharedPtr < const FInternetAddr > GetRemoteAddr()
The platform specific FInternetAddr containing this connections address