Navigation
API > API/Runtime > API/Runtime/Engine
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
| Type | Name | Description | |
|---|---|---|---|
Functions
| Type | Name | Description | |
|---|---|---|---|
| uint32 |
Overridden from FInternetAddr
| Type | Name | Description | |
|---|---|---|---|
| TSharedRef< FInternetAddr > | Clone () |
Creates a new structure with the same data as this structure | |
| void | GetIp
(
uint32& OutAddr |
Copies the network byte order ip address to a host byte order dword | |
| void | GetPort
(
int32& OutPort |
Copies the port number from this address and places it into a host byte order int | |
| int32 | GetPort () |
Returns the port number from this address in host byte order | |
| TArray< uint8 > | GetRawIp () |
Gets the ip address in a raw array stored in network byte order. | |
| uint32 | GetTypeHash () |
Hash function for use with TMap's - exposed through FInternetAddrMapRef | |
| bool | IsValid () |
Is this a well formed internet address | |
| void | Sets the address to be any address | ||
| void | Sets the address to broadcast | ||
| void | SetIp
(
uint32 InAddr |
Sets the ip address from a host byte order uint32 | |
| void | SetIp
(
const TCHAR* InAddr, |
Sets the ip address from a string ("A.B.C.D") | |
| void | Sets the address to loopback | ||
| void | SetPort
(
int32 InPort |
Sets the port number from a host byte order int | |
| void | Sets the ip address from a raw network byte order array. | ||
| FString | ToString
(
bool bAppendPort |
Converts this internet ip address to string form |
Operators
| Type | Name | Description | |
|---|---|---|---|
| bool | operator!=
(
const FInternetAddrDemo& Other |
||
| bool | operator==
(
const FInternetAddr& Other |
Compares two internet ip addresses for equality |
Constants
| Name | Description |
|---|---|
| DemoInternetAddr |