IOnlineSession::GetNamedSession

Searches the named session array for the specified session

Windows
MacOS
Linux

References

Module

OnlineSubsystem

Header

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

Include

#include "Interfaces/OnlineSessionInterface.h"

Syntax

FNamedOnlineSession * GetNamedSession
(
    FName SessionName
)

Remarks

Searches the named session array for the specified session

Returns

pointer to the struct if found, NULL otherwise

Parameters

Parameter

Description

SessionName

the name to search for

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