FOnlineAsyncTaskBasic

Windows
MacOS
Linux

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

Name Description

Protected variable

FThreadSafeBool

 

bIsComplete

Has the task completed

Protected variable

FThreadSafeBool

 

bWasSuccessful

Has the task complete successfully

Protected variable

T *

 

Subsystem

Reference to online subsystem

Constructors

Name Description

Protected function

FOnlineAsyncTaskBasic()

Hidden on purpose

Public function

FOnlineAsyncTaskBasic

(
    T*const InSubsystem
)

Destructors

Name Description

Public function Virtual

~FOnlineAsyncTaskBasic()

Overridden from FOnlineAsyncTask

Name Description

Public function Virtual Const

bool

 

IsDone()

Check the state of the async task

Public function Virtual Const

bool

 

WasSuccessful()

Check the success of the async task

Operators

Name Description

Public function

FOnlineAsync...

 

operator=

(
    const FOnlineAsyncTaskBasic& Other
)

Copies the contents of this task to another Use sparingly, it is not atomic.

Help shape the future of Unreal Engine documentation! Tell us how we're doing so we can serve you better.
Take our survey
Dismiss