FOnlineAsyncEvent

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

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
)

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