Navigation
API > API/Plugins > API/Plugins/OnlineSubsystem
Inheritance Hierarchy
- FOnlineAsyncItem
- FOnlineAsyncTask
- FOnlineAsyncTaskBasic
- FOnlineAsyncTaskGenericCallable
- FOnlineAsyncTaskThreadedGenericCallable
References
| Module | OnlineSubsystem |
| Header | /Engine/Plugins/Online/OnlineSubsystem/Source/Public/OnlineAsyncTaskManager.h |
| Include | #include "OnlineAsyncTaskManager.h" |
Syntax
class FOnlineAsyncTask : public FOnlineAsyncItem
Remarks
A single task for an online service to be queued with the async task manager Originates on the game thread
Constructors
| Type | Name | Description | |
|---|---|---|---|
| Hidden on purpose |
Destructors
| Type | Name | Description | |
|---|---|---|---|
Functions
| Type | Name | Description | |
|---|---|---|---|
| void | Initialize () |
Initialize the task - called on game thread when queued | |
| bool | IsDone () |
Check the state of the async task | |
| void | Tick () |
Give the async task time to do its work Can only be called on the async task manager thread | |
| bool | Check the success of the async task |