Navigation
API > API/Plugins > API/Plugins/Concert
Deletes several archived and/or live sessions.
| Name | FConcertAdmin_BatchDeleteSessionRequest |
| Type | struct |
| Header File | /Engine/Plugins/Developer/Concert/ConcertMain/Source/Concert/Public/ConcertMessages.h |
| Include Path | #include "ConcertMessages.h" |
Syntax
USTRUCT ()
struct FConcertAdmin_BatchDeleteSessionRequest : public FConcertRequestData
Inheritance Hierarchy
- FConcertMessageData → FConcertRequestData → FConcertAdmin_BatchDeleteSessionRequest
Variables
Public
| Name | Type | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|---|
| DeviceName | FString | ConcertMessages.h |
|
|
| Flags | EBatchSessionDeletionFlags | How the operation input is supposed to be interpreted | ConcertMessages.h |
|
| SessionIds | TSet< FGuid > | The ID of the session to delete. | ConcertMessages.h |
|
| UserName | FString | For now only the user name and device name of the client is used to id it as the owner of a session. | ConcertMessages.h |
|