FOnlineSubsystemSteam::QueueAsyncOutgoingItem

Add an async task onto the outgoing task queue for processing

Choose your operating system:

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