FOnlineSubsystemModule::RegisterPlatformService

Register a new online subsystem interface with the base level factory provider

Windows
MacOS
Linux

References

Module

OnlineSubsystem

Header

/Engine/Plugins/Online/OnlineSubsystem/Source/Public/OnlineSubsystemModule.h

Include

#include "OnlineSubsystemModule.h"

Source

/Engine/Plugins/Online/OnlineSubsystem/Source/Private/OnlineSubsystemModule.cpp

Syntax

virtual void RegisterPlatformService
(
    const FName FactoryName,
    class IOnlineFactory * Factory
)

Remarks

Register a new online subsystem interface with the base level factory provider

Parameters

Parameter

Description

FactoryName

name of subsystem as referenced by consumers

Factory

instantiation of the online subsystem interface, this will take ownership

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