Navigation
| Name | SessionMessages |
| Type | Runtime |
| Location | /Engine/Source/Runtime/SessionMessages/ |
| Module Build Rules | SessionMessages.Build.cs |
Structs
| Name | Remarks |
|---|---|
| FSessionServiceLog | Session status messages Implements a message that contains a console log entry. |
| FSessionServiceLogSubscribe | Implements a message to subscribe to an application's console log. |
| FSessionServiceLogUnsubscribe | Implements a message to unsubscribe from an application's console log. |
| FSessionServicePing | Session discovery messages Implements a message that is published to discover existing application sessions. |
| FSessionServicePong | Implements a message that is published in response to FSessionServicePing. |