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