Navigation
API > API/Plugins > API/Plugins/OnlineSubsystem > API/Plugins/OnlineSubsystem/Interfaces > API/Plugins/OnlineSubsystem/Interfaces/IOnlineSession > API/Plugins/OnlineSubsystem/Interfaces/IOnlineSession/GetResolvedConnectString
References
| Module | OnlineSubsystem |
| Header | /Engine/Plugins/Online/OnlineSubsystem/Source/Public/Interfaces/OnlineSessionInterface.h |
| Include | #include "Interfaces/OnlineSessionInterface.h" |
bool GetResolvedConnectString
&40;
FName SessionName,
FString & ConnectInfo,
FName PortType
&41;
Remarks
Returns the platform specific connection information for joining the match. Call this function from the delegate of join completion true if the call was successful, false otherwise
Parameters
| Name | Description |
|---|---|
| SessionName | the name of the session to resolve |
| ConnectInfo | the string containing the platform specific connection information |
| PortType | type of port to append to result (Game, Beacon, etc) |