IOnlineSession::StartSession

Marks an online session as in progress (as opposed to being in lobby or pending)

Windows
MacOS
Linux

References

Module

OnlineSubsystem

Header

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

Include

#include "Interfaces/OnlineSessionInterface.h"

Syntax

bool StartSession
(
    FName SessionName
)

Remarks

Marks an online session as in progress (as opposed to being in lobby or pending)

Returns

true if the call succeeds, false otherwise

Parameters

Parameter

Description

SessionName

the name of the session that is being started

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