Navigation
API > API/Plugins > API/Plugins/OnlineSubsystem
Inheritance Hierarchy
- FOnlineAsyncItem
- FOnlineAsyncTask
- FOnlineAsyncTaskBasic
References
| Module | OnlineSubsystem |
| Header | /Engine/Plugins/Online/OnlineSubsystem/Source/Public/OnlineAsyncTaskManager.h |
| Include | #include "OnlineAsyncTaskManager.h" |
Syntax
template<class T>
class FOnlineAsyncTaskBasic : public FOnlineAsyncTask
Variables
| Type | Name | Description | |
|---|---|---|---|
| FThreadSafeBool | bIsComplete | Has the task completed | |
| FThreadSafeBool | bWasSuccessful | Has the task complete successfully | |
| T * | Subsystem | Reference to online subsystem |
Constructors
| Type | Name | Description | |
|---|---|---|---|
| Hidden on purpose | |||
FOnlineAsyncTaskBasic
(
T*const InSubsystem |
Destructors
| Type | Name | Description | |
|---|---|---|---|
Overridden from FOnlineAsyncTask
| Type | Name | Description | |
|---|---|---|---|
| bool | IsDone () |
Check the state of the async task | |
| bool | Check the success of the async task |
Operators
| Type | Name | Description | |
|---|---|---|---|
| FOnlineAsyncTaskBasic & | operator=
(
const FOnlineAsyncTaskBasic& Other |
Copies the contents of this task to another Use sparingly, it is not atomic. |