Navigation
API > API/Plugins > API/Plugins/OnlineSubsystem
| Name | FOnlineAsyncTaskBasic |
| Type | class |
| Header File | /Engine/Plugins/Online/OnlineSubsystem/Source/Public/OnlineAsyncTaskManager.h |
| Include Path | #include "OnlineAsyncTaskManager.h" |
Syntax
template<class T>
class FOnlineAsyncTaskBasic : public FOnlineAsyncTask
Inheritance Hierarchy
- FOnlineAsyncItem → FOnlineAsyncTask → FOnlineAsyncTaskBasic
Constructors
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
| Hidden on purpose | OnlineAsyncTaskManager.h | ||
FOnlineAsyncTaskBasic
(
T*const InSubsystem |
OnlineAsyncTaskManager.h |
Destructors
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
virtual ~FOnlineAsyncTaskBasic() |
OnlineAsyncTaskManager.h |
Functions
Public
Overridden from FOnlineAsyncTask
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
virtual bool IsDone() |
Check the state of the async task | OnlineAsyncTaskManager.h | |
virtual bool WasSuccessful() |
Check the success of the async task | OnlineAsyncTaskManager.h |
Protected
Operators
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
FOnlineAsyncTaskBasic & operator=
(
const FOnlineAsyncTaskBasic& Other |
Copies the contents of this task to another Use sparingly, it is not atomic. | OnlineAsyncTaskManager.h |