Navigation
Unreal Engine C++ API Reference > Plugins > SocketSubsystemEOS
Inheritance Hierarchy
- FInternetAddr
- FInternetAddrEOS
References
Module | SocketSubsystemEOS |
Header | /Engine/Plugins/Online/SocketSubsystemEOS/Source/SocketSubsystemEOS/Public/InternetAddrEOS.h |
Include | #include "InternetAddrEOS.h" |
Syntax
class FInternetAddrEOS : public FInternetAddr
Constructors
Type | Name | Description | |
---|---|---|---|
![]() |
|||
![]() |
FInternetAddrEOS
(
const FString& InRemoteUserId, |
Destructors
Type | Name | Description | |
---|---|---|---|
![]() ![]() |
Functions
Type | Name | Description | |
---|---|---|---|
![]() ![]() |
uint8 | GetChannel () |
|
![]() ![]() |
void * | ||
![]() ![]() |
void * | ||
![]() ![]() |
const char * | ||
![]() |
void | SetChannel
(
uint8 InChannel |
|
![]() |
void | SetLocalUserId
(
void* InLocalUserId |
|
![]() |
void | SetRemoteUserId
(
void* InRemoteUserId |
|
![]() |
void | SetSocketName
(
const FString& InSocketName |
|
![]() |
void | SetSocketName
(
const char* InSocketName |
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 |
![]() ![]() ![]() |
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 | |
---|---|---|---|
![]() |
FInternetAddrEOS & | operator=
(
const FInternetAddrEOS& Other |