IOnlineSubsystem::SetNamedInterface

Set a custom [UObject](API\Runtime\CoreUObject\UObject\UObject) to be preserved by the online subsystem

Windows
MacOS
Linux

Override Hierarchy

IOnlineSubsystem::SetNamedInterface()

FOnlineSubsystemImpl::SetNamedInterface()

References

Module

OnlineSubsystem

Header

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

Include

#include "OnlineSubsystem.h"

Syntax

void SetNamedInterface
(
    FName InterfaceName,
    class UObject * NewInterface
)

Remarks

Set a custom UObject to be preserved by the online subsystem

Parameters

Parameter

Description

InterfaceName

key to the custom data

NewInterface

object to preserve

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