IOnlineSession::UpdateSession

Updates the localized settings/properties for the session in question

Windows
MacOS
Linux

References

Module

OnlineSubsystem

Header

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

Include

#include "Interfaces/OnlineSessionInterface.h"

Syntax

bool UpdateSession
(
    FName SessionName,
    FOnlineSessionSettings & UpdatedSessionSettings,
    bool bShouldRefreshOnlineData
)

Remarks

Updates the localized settings/properties for the session in question

Returns

true if successful creating the session, false otherwise

Parameters

Parameter

Description

SessionName

the name of the session to update

UpdatedSessionSettings

the object to update the session settings with

bShouldRefreshOnlineData

whether to submit the data to the backend or not

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