UDocumentation UE5.7 10.02.2026 (Source)
API documentation for Unreal Engine 5.7
FSessionServicePing Struct Reference

#include <SessionServiceMessages.h>

Public Member Functions

 FSessionServicePing ()
 
 FSessionServicePing (const FString &InUserName)
 

Public Attributes

FString UserName
 

Detailed Description

Implements a message that is published to discover existing application sessions.

Constructor & Destructor Documentation

◆ FSessionServicePing() [1/2]

FSessionServicePing::FSessionServicePing ( )
inline

Default constructor.

◆ FSessionServicePing() [2/2]

FSessionServicePing::FSessionServicePing ( const FString &  InUserName)
inline

Creates and initializes a new instance.

Member Data Documentation

◆ UserName

FString FSessionServicePing::UserName

The name of the user who sent this ping.


The documentation for this struct was generated from the following file: