Navigation
API > API/Runtime > API/Runtime/Engine > API/Runtime/Engine/UNetConnection
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.
Derived Overrides
- UDemoNetConnection::GetRemoteAddr
- UReplayNetConnection::GetRemoteAddr
- USimulatedClientNetConnection::GetRemoteAddr
| Name | GetRemoteAddr |
| Type | function |
| Header File | /Engine/Source/Runtime/Engine/Classes/Engine/NetConnection.h |
| Include Path | #include "Engine/NetConnection.h" |
virtual TSharedPtr < const FInternetAddr > GetRemoteAddr()
The platform specific FInternetAddr containing this connections address