Navigation
API > API/Plugins > API/Plugins/OnlineSubsystem
Inheritance Hierarchy
- FOnlineAsyncItem
- FOnlineAsyncEvent
References
| Module | OnlineSubsystem |
| Header | /Engine/Plugins/Online/OnlineSubsystem/Source/Public/OnlineAsyncTaskManager.h |
| Include | #include "OnlineAsyncTaskManager.h" |
Syntax
template<class T>
class FOnlineAsyncEvent : public FOnlineAsyncItem
Remarks
An event triggered by the online subsystem to be routed to the game thread for processing Originates on the online thread
Variables
| Type | Name | Description | |
|---|---|---|---|
| T * | Subsystem | Reference to online subsystem |
Constructors
| Type | Name | Description | |
|---|---|---|---|
| Hidden on purpose | |||
FOnlineAsyncEvent
(
T* InSubsystem |