Navigation
API > API/Runtime > API/Runtime/Networking > API/Runtime/Networking/FIPv4Endpoint
Overloads
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
| Default constructor. | Interfaces/IPv4/IPv4Endpoint.h | ||
FIPv4Endpoint
(
const TSharedPtr< FInternetAddr >& InternetAddr |
Creates and initializes a new IPv4 endpoint from a given FInternetAddr object. | Interfaces/IPv4/IPv4Endpoint.h | |
FIPv4Endpoint
(
const FIPv4Address& InAddress, |
Creates and initializes a new IPv4 endpoint with the specified NetID and port. | Interfaces/IPv4/IPv4Endpoint.h |
FIPv4Endpoint()
Description
Default constructor.
| Name | FIPv4Endpoint |
| Type | function |
| Header File | /Engine/Source/Runtime/Networking/Public/Interfaces/IPv4/IPv4Endpoint.h |
| Include Path | #include "Interfaces/IPv4/IPv4Endpoint.h" |
FIPv4Endpoint()
FIPv4Endpoint(const TSharedPtr< FInternetAddr > &)
Description
Creates and initializes a new IPv4 endpoint from a given FInternetAddr object.
Note: this constructor will be removed after the socket subsystem has been refactored.
| Name | FIPv4Endpoint |
| Type | function |
| Header File | /Engine/Source/Runtime/Networking/Public/Interfaces/IPv4/IPv4Endpoint.h |
| Include Path | #include "Interfaces/IPv4/IPv4Endpoint.h" |
FIPv4Endpoint
(
const TSharedPtr < FInternetAddr > & InternetAddr
)
Parameters
| Name | Remarks |
|---|---|
| InternetAddr | The Internet address. |
FIPv4Endpoint(const FIPv4Address &, uint16)
Description
Creates and initializes a new IPv4 endpoint with the specified NetID and port.
| Name | FIPv4Endpoint |
| Type | function |
| Header File | /Engine/Source/Runtime/Networking/Public/Interfaces/IPv4/IPv4Endpoint.h |
| Include Path | #include "Interfaces/IPv4/IPv4Endpoint.h" |
FIPv4Endpoint
(
const FIPv4Address & InAddress,
uint16 InPort
)
Parameters
| Name | Remarks |
|---|---|
| InAddress | The endpoint's IP address. |
| InPort | The endpoint's port number. |