FOnlineAsyncEvent

An event triggered by the online subsystem to be routed to the game thread for processing Originates on the online thread

Choose your operating system:

Windows

macOS

Linux

Inheritance Hierarchy

FOnlineAsyncItem

FOnlineAsyncEvent

References

Module

OnlineSubsystem

Header

/Engine/Plugins/Online/OnlineSubsystem/Source/Public/OnlineAsyncTaskManager.h

Include

#include "OnlineAsyncTaskManager.h"

Syntax

template<class T>
class FOnlineAsyncEvent : public FOnlineAsyncItem

Remarks

An event triggered by the online subsystem to be routed to the game thread for processing Originates on the online thread

Variables

Name Description

Protected variable

T *

 

Subsystem

Reference to online subsystem

Constructors

Name Description

Protected function

FOnlineAsyncEvent()

Hidden on purpose

Public function

FOnlineAsyncEvent

(
    T* InSubsystem
)