FOnlineSubsystemModule::DestroyOnlineSubsystem

Destroys an online subsystem created internally via access with GetOnlineSubsystem Typically destruction of the subsystem is handled at application exit, but there may be rare instances where the subsystem is destroyed by request

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 DestroyOnlineSubsystem
(
    const FName InSubsystemName
)

Remarks

Destroys an online subsystem created internally via access with GetOnlineSubsystem Typically destruction of the subsystem is handled at application exit, but there may be rare instances where the subsystem is destroyed by request

Parameters

Parameter

Description

InSubsystemName

name of subsystem as referenced by consumers

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