Navigation
API > API/Plugins > API/Plugins/OnlineSubsystemGoogle
Online subsystem module class (Google Implementation) Code related to the loading and handling of the Google module.
| Name | FOnlineSubsystemGoogleModule |
| Type | class |
| Header File | /Engine/Plugins/Online/OnlineSubsystemGoogle/Source/Public/OnlineSubsystemGoogleModule.h |
| Include Path | #include "OnlineSubsystemGoogleModule.h" |
Syntax
class FOnlineSubsystemGoogleModule : public IModuleInterface
Implements Interfaces
Constructors
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
FOnlineSubsystemGoogleModule() |
Constructor | OnlineSubsystemGoogleModule.h |
Destructors
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
virtual ~FOnlineSubsystemGoogleModule() |
Destructor | OnlineSubsystemGoogleModule.h |
Variables
Protected
| Name | Type | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|---|
| GoogleFactory | FOnlineFactoryGoogle * | Class responsible for creating instance(s) of the subsystem | OnlineSubsystemGoogleModule.h |
Functions
Public
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
virtual void ShutdownModule() |
OnlineSubsystemGoogleModule.h | ||
virtual void StartupModule() |
OnlineSubsystemGoogleModule.h | ||
virtual bool SupportsAutomaticShutdown() |
OnlineSubsystemGoogleModule.h | ||
virtual bool SupportsDynamicReloading() |
OnlineSubsystemGoogleModule.h |