FOnlineSubsystemSteam::QueueAsyncTask

Add an async task onto the task queue for processing

Windows
MacOS
Linux

References

Module

OnlineSubsystemSteam

Header

/Engine/Plugins/Online/OnlineSubsystemSteam/Source/Public/OnlineSubsystemSteam.h

Include

#include "OnlineSubsystemSteam.h"

Source

/Engine/Plugins/Online/OnlineSubsystemSteam/Source/Private/OnlineSubsystemSteam.cpp

Syntax

void QueueAsyncTask
(
    class FOnlineAsyncTask * AsyncTask
)

Remarks

Add an async task onto the task queue for processing

Parameters

Parameter

Description

AsyncTask

new heap allocated task to process on the async task thread

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