#include <ReplayTypes.h>
◆ FInternetAddrDemo()
| FInternetAddrDemo::FInternetAddrDemo |
( |
| ) |
|
|
inline |
◆ Clone()
Creates a new structure with the same data as this structure
- Returns
- The new structure
Implements FInternetAddr.
◆ GetConstTypeHash()
| uint32 FInternetAddrDemo::GetConstTypeHash |
( |
| ) |
const |
|
inline |
◆ GetIp()
| void FInternetAddrDemo::GetIp |
( |
uint32 & |
OutAddr | ) |
const |
|
inlineoverridevirtual |
Copies the network byte order ip address to a host byte order dword
- Parameters
-
| OutAddr | the out param receiving the ip address |
Implements FInternetAddr.
◆ GetPort() [1/2]
| int32 FInternetAddrDemo::GetPort |
( |
| ) |
const |
|
inlineoverridevirtual |
Returns the port number from this address in host byte order
Implements FInternetAddr.
◆ GetPort() [2/2]
| void FInternetAddrDemo::GetPort |
( |
int32 & |
OutPort | ) |
const |
|
inlineoverridevirtual |
Copies the port number from this address and places it into a host byte order int
- Parameters
-
| OutPort | the host byte order int that receives the port |
Reimplemented from FInternetAddr.
◆ GetRawIp()
Gets the ip address in a raw array stored in network byte order.
- Returns
- The raw address stored in an array
Implements FInternetAddr.
◆ GetTypeHash()
Hash function for use with TMap's - exposed through FInternetAddrMapRef
- Returns
- The value to use for the hash
Implements FInternetAddr.
◆ IsValid()
Is this a well formed internet address
- Returns
- true if a valid IP, false otherwise
Implements FInternetAddr.
◆ operator!=()
◆ operator==()
Compares two internet ip addresses for equality
- Parameters
-
| Other | the address to compare against |
Reimplemented from FInternetAddr.
◆ SetAnyAddress()
| void FInternetAddrDemo::SetAnyAddress |
( |
| ) |
|
|
inlineoverridevirtual |
◆ SetBroadcastAddress()
| void FInternetAddrDemo::SetBroadcastAddress |
( |
| ) |
|
|
inlineoverridevirtual |
◆ SetIp() [1/2]
| void FInternetAddrDemo::SetIp |
( |
const TCHAR * |
InAddr, |
|
|
bool & |
bIsValid |
|
) |
| |
|
inlineoverridevirtual |
Sets the ip address from a string ("A.B.C.D")
- Parameters
-
| InAddr | the string containing the new ip address to use |
Implements FInternetAddr.
◆ SetIp() [2/2]
Sets the ip address from a host byte order uint32
- Parameters
-
| InAddr | the new address to use (must convert to network byte order) |
Implements FInternetAddr.
◆ SetLoopbackAddress()
| void FInternetAddrDemo::SetLoopbackAddress |
( |
| ) |
|
|
inlineoverridevirtual |
◆ SetPort()
| void FInternetAddrDemo::SetPort |
( |
int32 |
InPort | ) |
|
|
inlineoverridevirtual |
Sets the port number from a host byte order int
- Parameters
-
| InPort | the new port to use (must convert to network byte order) |
Implements FInternetAddr.
◆ SetRawIp()
Sets the ip address from a raw network byte order array.
- Parameters
-
| RawAddr | the new address to use (must be converted to network byte order) |
Implements FInternetAddr.
◆ ToString()
| FString FInternetAddrDemo::ToString |
( |
bool |
bAppendPort | ) |
const |
|
inlineoverridevirtual |
Converts this internet ip address to string form
- Parameters
-
| bAppendPort | whether to append the port information or not |
Implements FInternetAddr.
◆ GetTypeHash
◆ DemoInternetAddr
The documentation for this class was generated from the following files: