Navigation
BlueprintAPI > BlueprintAPI/Utilities > BlueprintAPI/Utilities/Struct
Adds a node that breaks a 'Multi User Session Info' into its member fields
Inputs
| Type | Name | Description |
|---|---|---|
| struct | Multi User Session Info |
Outputs
| Type | Name | Description |
|---|---|---|
| struct | Server Endpoint Id | Holds the server endpoint id for this session. |
| string | Session Name | Holds the session name current connected. |
| string | Server Name | Holds the server name for the connected session. |
| string | Endpoint Name | Holds the resolved endpoint name (HostPC) for the connected session. |
| boolean | Valid | Indicates if the current session info is valid. If we are connected to a session this is true, otherwise false. |