Navigation
API > API/Plugins > API/Plugins/Concert
Allows users to reserve a spot in the outbound queues.
| Name | FConcertSequencedCustomEventManager |
| Type | class |
| Header File | /Engine/Plugins/Developer/Concert/ConcertMain/Source/Concert/Public/IConcertSession.h |
| Include Path | #include "IConcertSession.h" |
Syntax
class FConcertSequencedCustomEventManager
Constructors
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
FConcertSequencedCustomEventManager() |
IConcertSession.h |
Destructors
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
~FConcertSequencedCustomEventManager() |
IConcertSession.h |
Structs
| Name | Remarks |
|---|---|
| FPendingCustomEvent |
Variables
Protected
| Name | Type | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|---|
| CurrentId | int32 | IConcertSession.h | ||
| Events | TMap< int32, TOptional< FPendingCustomEvent > > | IConcertSession.h | ||
| LastSendId | int32 | IConcertSession.h |
Functions
Public
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
FConcertSequencedCustomEvent AddSequencedCustomEvent() |
IConcertSession.h | ||
bool CanSend
(
const FConcertSequencedCustomEvent& InEventId |
IConcertSession.h | ||
void FillPendingSequenceEvent
(
const FConcertSequencedCustomEvent& InEventId, |
IConcertSession.h | ||
bool HasEventsPending() |
IConcertSession.h | ||
TOptional< FPendingCustomEvent > PopSendEvent() |
IConcertSession.h | ||
void RemoveSequencedEvent
(
const FConcertSequencedCustomEvent& EventDetails |
IConcertSession.h |