FIPv4Address

Overload list

Choose your operating system:

Windows

macOS

Linux

Name Description

Public function

FIPv4Address()

Default constructor.

Public function

FIPv4Address

(
    uint32 InValue
)

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

Public function

FIPv4Address

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

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