Choose your operating system:
Windows
macOS
Linux
| FOnlineAsyncItem
|
Module |
|
Header |
/Engine/Plugins/Online/OnlineSubsystem/Source/Public/OnlineAsyncTaskManager.h |
Include |
#include "OnlineAsyncTaskManager.h" |
template<class CallableType>
class FOnlineAsyncTaskThreadedGenericCallable : public FOnlineAsyncTask
An async task that can execute any callable type with no parameters. For example, l lambda, or an object with an operator(). Useful for calling simple functions that need to run on the ONLINE thread.
Name | Description | |
---|---|---|
|
FOnlineAsyncTaskThreadedGenericCallable ( |
Constructor. |
Name | Description | ||
---|---|---|---|
|
ToString() |
Get a human readable description of task |