IConcertModule

Interface for the Main Concert module.

Windows
MacOS
Linux

Inheritance Hierarchy

IModuleInterface

IConcertModule

References

Module

Concert

Header

/Engine/Plugins/Developer/Concert/ConcertMain/Source/Concert/Public/IConcertModule.h

Include

#include "IConcertModule.h"

Syntax

class IConcertModule : public IModuleInterface

Remarks

Interface for the Main Concert module.

Functions

Name Description

Public function

IConcertClie...

 

CreateClient

(
    const FString& InRole
)

Create a client that will perform a certain role (eg, MultiUser, DisasterRecovery, etc)

Public function

IConcertServ...

 

CreateServer

(
    const FString& InRole,
    const FConcertSessionFilter& InAut...,
    IConcertServerEventSink* InEve...
)

Create a server that will perform a certain role (eg, MultiUser, DisasterRecovery, etc)

Public function Static

IConcertModu...

 

Get()

Singleton-like access to this module's interface.

Public function Static

bool

 

IsAvailable()

Checks to see if this module is loaded and ready.

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