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