Navigation
API > API/Runtime > API/Runtime/SessionMessages
Session discovery messages Implements a message that is published to discover existing application sessions.
| Name | FSessionServicePing |
| Type | struct |
| Header File | /Engine/Source/Runtime/SessionMessages/Public/SessionServiceMessages.h |
| Include Path | #include "SessionServiceMessages.h" |
Syntax
USTRUCT ()
struct FSessionServicePing
Constructors
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
| Default constructor. | SessionServiceMessages.h | ||
FSessionServicePing
(
const FString& InUserName |
Creates and initializes a new instance. | SessionServiceMessages.h |
Variables
Public
| Name | Type | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|---|
| UserName | FString | The name of the user who sent this ping. | SessionServiceMessages.h |
|