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