Navigation
API > API/Plugins > API/Plugins/MultiUserClientLibrary
References
| Module | MultiUserClientLibrary |
| Header | /Engine/Plugins/Developer/Concert/ConcertApp/MultiUserClient/Source/MultiUserClientLibrary/Public/MultiUserClientStatics.h |
| Include | #include "MultiUserClientStatics.h" |
Syntax
USTRUCT&40;BlueprintType&41;
struct FMultiUserSessionInfo
Remarks
BP copy of FConcertSessionInfo Holds info on a connected session.
Variables
| Type | Name | Description | |
|---|---|---|---|
| bool | bValid | Indicates if the current session info is valid. | |
| FString | EndpointName | Holds the resolved endpoint name (HostPC) for the connected session. | |
| FGuid | ServerEndpointId | Holds the server endpoint id for this session. | |
| FString | ServerName | Holds the server name for the connected session. | |
| FString | SessionName | Holds the session name current connected. |