FIPv4Subnet::FIPv4Subnet

Creates and initializes a new IPv4 subnet with the specified address and mask.

Windows
MacOS
Linux

References

Module

Networking

Header

/Engine/Source/Runtime/Networking/Public/Interfaces/IPv4/IPv4Subnet.h

Include

#include "Interfaces/IPv4/IPv4Subnet.h"

Syntax

FIPv4Subnet
(
    const FIPv4Address & InAddress,
    const FIPv4SubnetMask & InMask
)

Remarks

Creates and initializes a new IPv4 subnet with the specified address and mask.

Parameters

Parameter

Description

InAddress

The subnet's address.

InMask

The subnet's mask.

Help shape the future of Unreal Engine documentation! Tell us how we're doing so we can serve you better.
Take our survey
Dismiss