FOnlineSessionSettings::Get

Gets a key value pair combination that defines a session setting

Windows
MacOS
Linux

References

Module

OnlineSubsystem

Header

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

Include

#include "OnlineSessionSettings.h"

Source

/Engine/Plugins/Online/OnlineSubsystem/Source/Private/OnlineSessionSettings.cpp

Syntax

template<typename ValueType>
bool Get
(
    FName Key,
    ValueType & Value
) const

Remarks

Gets a key value pair combination that defines a session setting

Explicit instantiation of supported types to Get template above

Returns

true if found, false otherwise

Parameters

Parameter

Description

Key

key for the setting

Value

value of the setting

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