FPartyModule

Total async thread time Module for the party framework that builds on top of IOnlineParty

Choose your operating system:

Windows

macOS

Linux

Inheritance Hierarchy

References

Module

Party

Header

/Engine/Plugins/Online/OnlineFramework/Source/Party/Public/PartyModule.h

Include

#include "PartyModule.h"

Syntax

class FPartyModule :
    public IModuleInterface,
    public FSelfRegisteringExec

Remarks

Total async thread time Module for the party framework that builds on top of IOnlineParty

Functions

Name Description

Public function Static

FPartyModule...

 

Get()

Singleton-like access to this module's interface.

Public function Static

bool

 

IsAvailable()

Checks to see if this module is loaded and ready.

Overridden from FExec

Name Description

Public function Virtual

bool

 

Exec

(
    UWorld* InWorld,
    const TCHAR* Cmd,
    FOutputDevice& Ar
)

FSelfRegisteringExec.