Navigation
API > API/Plugins > API/Plugins/OnlineSubsystem
Inheritance Hierarchy
- FOnlineAsyncItem
- FOnlineAsyncEvent
- FOnlineAsyncTask
- FOnlineAsyncTaskBasic
- FOnlineAsyncTaskGenericCallable
- FOnlineAsyncTaskThreadedGenericCallable
References
Module | OnlineSubsystem |
Header | /Engine/Plugins/Online/OnlineSubsystem/Source/Public/OnlineAsyncTaskManager.h |
Include | #include "OnlineAsyncTaskManager.h" |
Syntax
class FOnlineAsyncItem
Remarks
Base class of any async task that can be returned to the game thread by the async task manager May originate on the game thread, or generated by an external platform service callback from the online thread itself
Variables
Type | Name | Description | |
---|---|---|---|
![]() |
double | StartTime | Time the task was created |
Constructors
Type | Name | Description | |
---|---|---|---|
![]() |
Hidden on purpose |
Destructors
Type | Name | Description | |
---|---|---|---|
![]() ![]() |
Functions
Type | Name | Description | |
---|---|---|---|
![]() ![]() |
void | Finalize () |
Give the async task a chance to marshal its data back to the game thread Can only be called on the game thread by the async task manager |
![]() |
double | Updates the amount of elapsed time this task has taken | |
![]() ![]() |
FString | ToString () |
Get a human readable description of task |
![]() ![]() |
void | Async task is given a chance to trigger it's delegates |