Navigation
API > API/Plugins > API/Plugins/OnlineSubsystemUtils > API/Plugins/OnlineSubsystemUtils/AOnlineBeaconClient
Overloads
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
bool InitClient
(
const FOnlineBeaconClientInitParams& Params |
Initialize the client beacon with connection endpoint Creates the net driver and attempts to connect with the destination | OnlineBeaconClient.h | |
bool InitClient
(
FURL& URL |
Initialize the client beacon with connection endpoint Creates the net driver and attempts to connect with the destination | OnlineBeaconClient.h |
InitClient(const FOnlineBeaconClientInitParams &)
Description
Initialize the client beacon with connection endpoint Creates the net driver and attempts to connect with the destination
| Name | InitClient |
| Type | function |
| Header File | /Engine/Plugins/Online/OnlineSubsystemUtils/Source/OnlineSubsystemUtils/Public/OnlineBeaconClient.h |
| Include Path | #include "OnlineBeaconClient.h" |
| Source | /Engine/Plugins/Online/OnlineSubsystemUtils/Source/OnlineSubsystemUtils/Private/OnlineBeaconClient.cpp |
bool InitClient
(
const FOnlineBeaconClientInitParams & Params
)
true if connection is being attempted, false otherwise
Parameters
| Name | Remarks |
|---|---|
| Params | Parameters used for initialization of the client. |
InitClient(FURL &)
Description
Initialize the client beacon with connection endpoint Creates the net driver and attempts to connect with the destination
| Name | InitClient |
| Type | function |
| Header File | /Engine/Plugins/Online/OnlineSubsystemUtils/Source/OnlineSubsystemUtils/Public/OnlineBeaconClient.h |
| Include Path | #include "OnlineBeaconClient.h" |
| Source | /Engine/Plugins/Online/OnlineSubsystemUtils/Source/OnlineSubsystemUtils/Private/OnlineBeaconClient.cpp |
bool InitClient
(
FURL & URL
)
true if connection is being attempted, false otherwise
Parameters
| Name | Remarks |
|---|---|
| URL | destination |