Navigation
API > API/Plugins > API/Plugins/OnlineSubsystemUtils > API/Plugins/OnlineSubsystemUtils/AOnlineBeaconClient
Description
Get the login options to send the server during login. Typically this is expected to be in the format that UGameplayStatics::ParseOption can parse, i.e. Key1=Value1?Key2=Value2?Key3=Value3
| Name | GetLoginOptions |
| 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 |
virtual FString GetLoginOptions
(
const FUniqueNetIdRepl & PlayerId
)
Login options value to send to server
Parameters
| Name | Remarks |
|---|---|
| PlayerId | unique id of the user on this connection |