Navigation
API > API/Plugins > API/Plugins/Concert
Answer by server
| Name | FConcertAdmin_BatchDeleteSessionResponse |
| Type | struct |
| Header File | /Engine/Plugins/Developer/Concert/ConcertMain/Source/Concert/Public/ConcertMessages.h |
| Include Path | #include "ConcertMessages.h" |
Syntax
USTRUCT ()
struct FConcertAdmin_BatchDeleteSessionResponse : public FConcertResponseData
Inheritance Hierarchy
- FConcertMessageData → FConcertResponseData → FConcertAdmin_BatchDeleteSessionResponse
Variables
Public
| Name | Type | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|---|
| DeletedItems | TArray< FDeletedSessionInfo > | The IDs of the session that were requested to be deleted. | ConcertMessages.h |
|
| NotOwnedByClient | TArray< FDeletedSessionInfo > | Contains the sessions that were skipped if FConcertAdmin_BatchDeleteSessionRequest::Flags has the SkipForbiddenSessions flag set. | ConcertMessages.h |
|