Navigation
API > API/Plugins > API/Plugins/OnlineSubsystemSteam
Online subsystem module class (STEAM Implementation) Code related to the loading of the STEAM module
| Name | FOnlineSubsystemSteamModule |
| Type | class |
| Header File | /Engine/Plugins/Online/OnlineSubsystemSteam/Source/Public/OnlineSubsystemSteamModule.h |
| Include Path | #include "OnlineSubsystemSteamModule.h" |
Syntax
class FOnlineSubsystemSteamModule : public IModuleInterface
Implements Interfaces
Constructors
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
FOnlineSubsystemSteamModule() |
OnlineSubsystemSteamModule.h |
Destructors
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
virtual ~FOnlineSubsystemSteamModule() |
OnlineSubsystemSteamModule.h |
Variables
Protected
| Name | Type | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|---|
| SteamFactory | FOnlineFactorySteam * | Class responsible for creating instance(s) of the subsystem | OnlineSubsystemSteamModule.h |
Functions
Public
Overridden from IModuleInterface
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
virtual void ShutdownModule() |
OnlineSubsystemSteamModule.h | ||
virtual void StartupModule() |
OnlineSubsystemSteamModule.h | ||
virtual bool SupportsAutomaticShutdown() |
OnlineSubsystemSteamModule.h | ||
virtual bool SupportsDynamicReloading() |
OnlineSubsystemSteamModule.h |