FOnlineSubsystemSteam::QueueAsyncOutgoingItem

Add an async task onto the outgoing 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 QueueAsyncOutgoingItem
(
    class FOnlineAsyncItem * AsyncItem
)

Remarks

Add an async task onto the outgoing task queue for processing

Parameters

Parameter

Description

AsyncItem

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