Navigation
API > API/Runtime > API/Runtime/Networking > API/Runtime/Networking/FIPv4Subnet
Overloads
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
FIPv4Subnet () |
Default constructor. | Interfaces/IPv4/IPv4Subnet.h | |
FIPv4Subnet
(
const FIPv4Address& InAddress, |
Creates and initializes a new IPv4 subnet with the specified address and mask. | Interfaces/IPv4/IPv4Subnet.h |
FIPv4Subnet()
Description
Default constructor.
| Name | FIPv4Subnet |
| Type | function |
| Header File | /Engine/Source/Runtime/Networking/Public/Interfaces/IPv4/IPv4Subnet.h |
| Include Path | #include "Interfaces/IPv4/IPv4Subnet.h" |
FIPv4Subnet()
FIPv4Subnet(const FIPv4Address &, const FIPv4SubnetMask &)
Description
Creates and initializes a new IPv4 subnet with the specified address and mask.
| Name | FIPv4Subnet |
| Type | function |
| Header File | /Engine/Source/Runtime/Networking/Public/Interfaces/IPv4/IPv4Subnet.h |
| Include Path | #include "Interfaces/IPv4/IPv4Subnet.h" |
FIPv4Subnet
(
const FIPv4Address & InAddress,
const FIPv4SubnetMask & InMask
)
Parameters
| Name | Remarks |
|---|---|
| InAddress | The subnet's address. |
| InMask | The subnet's mask. |