Navigation
API > API/Plugins > API/Plugins/Concert
| Name | FDeletedSessionInfo |
| Type | struct |
| Header File | /Engine/Plugins/Developer/Concert/ConcertMain/Source/Concert/Public/ConcertMessages.h |
| Include Path | #include "ConcertMessages.h" |
Syntax
USTRUCT ()
struct FDeletedSessionInfo
Variables
Public
| Name | Type | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|---|
| SessionId | FGuid | The ID of the session that was requested to be deleted. | ConcertMessages.h |
|
| SessionName | FString | The name of the session that was was requested to be deleted. | ConcertMessages.h |
|