Navigation
API > API/Plugins > API/Plugins/OnlineServicesCommon > API/Plugins/OnlineServicesCommon/TOnlineComponent
Overloads
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
| Queue for executing tasks in serial | Online/OnlineComponent.h | ||
FOnlineAsyncOpQueue & GetSerialQueue
(
const FAccountId& AccountId |
Queues for executing per-user tasks in serial | Online/OnlineComponent.h |
GetSerialQueue()
Description
Queue for executing tasks in serial
| Name | GetSerialQueue |
| Type | function |
| Header File | /Engine/Plugins/Online/OnlineServices/Source/OnlineServicesCommon/Public/Online/OnlineComponent.h |
| Include Path | #include "Online/OnlineComponent.h" |
FOnlineAsyncOpQueue & GetSerialQueue()
GetSerialQueue(const FAccountId &)
Description
Queues for executing per-user tasks in serial
| Name | GetSerialQueue |
| Type | function |
| Header File | /Engine/Plugins/Online/OnlineServices/Source/OnlineServicesCommon/Public/Online/OnlineComponent.h |
| Include Path | #include "Online/OnlineComponent.h" |
FOnlineAsyncOpQueue & GetSerialQueue
(
const FAccountId & AccountId
)