FIPv4SubnetMask::FIPv4SubnetMask

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

Windows
MacOS
Linux

References

Module

Networking

Header

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

Include

#include "Interfaces/IPv4/IPv4SubnetMask.h"

Syntax

FIPv4SubnetMask
(
    uint8 InA,
    uint8 InB,
    uint8 InC,
    uint8 InD
)

Remarks

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

The created subnet mask has the value A.B.C.D.

Parameters

Parameter

Description

InA

The first component.

InB

The second component.

InC

The third component.

InD

The fourth component.

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