FInternetAddrDemo

Windows
MacOS
Linux

Inheritance Hierarchy

FInternetAddr

FInternetAddrDemo

References

Module

Engine

Header

/Engine/Source/Runtime/Engine/Public/ReplayTypes.h

Include

#include "ReplayTypes.h"

Syntax

class FInternetAddrDemo : public FInternetAddr

Constructors

Name Description

Public function

FInternetAddrDemo()

Functions

Name Description

Public function Const

uint32

 

GetConstTypeHash()

Overridden from FInternetAddr

Name Description

Public function Virtual Const

TSharedRef< ...

 

Clone()

Creates a new structure with the same data as this structure

Public function Virtual Const

void

 

GetIp

(
    uint32& OutAddr
)

Copies the network byte order ip address to a host byte order dword

Public function Virtual Const

void

 

GetPort

(
    int32& OutPort
)

Copies the port number from this address and places it into a host byte order int

Public function Virtual Const

int32

 

GetPort()

Returns the port number from this address in host byte order

Public function Virtual Const

TArray< uint...

 

GetRawIp()

Gets the ip address in a raw array stored in network byte order.

Public function Virtual Const

uint32

 

GetTypeHash()

Hash function for use with TMap's - exposed through FInternetAddrMapRef

Public function Virtual Const

bool

 

IsValid()

Is this a well formed internet address

Public function Virtual

void

 

SetAnyAddress()

Sets the address to be any address

Public function Virtual

void

 

SetBroadcastAddress()

Sets the address to broadcast

Public function Virtual

void

 

SetIp

(
    uint32 InAddr
)

Sets the ip address from a host byte order uint32

Public function Virtual

void

 

SetIp

(
    const TCHAR* InAddr,
    bool& bIsValid
)

Sets the ip address from a string ("A.B.C.D")

Public function Virtual

void

 

SetLoopbackAddress()

Sets the address to loopback

Public function Virtual

void

 

SetPort

(
    int32 InPort
)

Sets the port number from a host byte order int

Public function Virtual

void

 

SetRawIp

(
    const TArray< uint8 >& RawAddr
)

Sets the ip address from a raw network byte order array.

Public function Virtual Const

FString

 

ToString

(
    bool bAppendPort
)

Converts this internet ip address to string form

Operators

Name Description

Public function Const

bool

 

operator!=

(
    const FInternetAddrDemo& Other
)

Public function Virtual Const

bool

 

operator==

(
    const FInternetAddr& Other
)

Compares two internet ip addresses for equality

Constants

Name

Description

DemoInternetAddr

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