FIPv4Endpoint::FIPv4Endpoint

Creates and initializes a new IPv4 endpoint with the specified NetID and port.

Windows
MacOS
Linux

References

Module

Networking

Header

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

Include

#include "Interfaces/IPv4/IPv4Endpoint.h"

Syntax

FIPv4Endpoint
(
    const FIPv4Address & InAddress,
    uint16 InPort
)

Remarks

Creates and initializes a new IPv4 endpoint with the specified NetID and port.

Parameters

Parameter

Description

InAddress

The endpoint's IP address.

InPort

The endpoint's port number.

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