FIPv4Address::FIPv4Address

Creates and initializes a new IPv4 address with the specified value.

Choose your operating system:

Windows

macOS

Linux

References

Module

Networking

Header

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

Include

#include "Interfaces/IPv4/IPv4Address.h"

Syntax

FIPv4Address
(
    uint32 InValue
)

Remarks

Creates and initializes a new IPv4 address with the specified value.

Parameters

Parameter

Description

InValue

The address value (in host byte order).