Choose your operating system:
Windows
macOS
Linux
Module |
|
Header |
/Engine/Plugins/Online/OnlineSubsystem/Source/Public/OnlineAsyncTaskManager.h |
Include |
#include "OnlineAsyncTaskManager.h" |
class FOnlineAsyncTask : public FOnlineAsyncItem
A single task for an online service to be queued with the async task manager Originates on the game thread
Name | Description | |
---|---|---|
|
FOnlineAsyncTask() |
Hidden on purpose |
Name | Description | |
---|---|---|
|
~FOnlineAsyncTask() |
Name | Description | ||
---|---|---|---|
|
Initialize() |
Initialize the task - called on game thread when queued |
|
|
IsDone() |
Check the state of the async task |
|
|
Tick() |
Give the async task time to do its work Can only be called on the async task manager thread |
|
|
WasSuccessful() |
Check the success of the async task |