FLobbyModule::Get

Singleton-like access to this module's interface.

Windows
MacOS
Linux

References

Module

Lobby

Header

/Engine/Plugins/Online/OnlineFramework/Source/Lobby/Public/LobbyModule.h

Include

#include "LobbyModule.h"

Syntax

static FLobbyModule & Get()

Remarks

Singleton-like access to this module's interface. This is just for convenience! Beware of calling this during the shutdown phase, though. Your module might have been unloaded already.

Returns

Returns singleton instance, loading the module on demand if needed

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