FOnlineSearchSettings::Set

Sets a key value pair combination that defines a search parameter

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>
void Set
(
    FName Key,
    const ValueType & Value,
    EOnlineComparisonOp::Type InType,
    int32 ID
)

Remarks

Sets a key value pair combination that defines a search parameter

Parameters

Parameter

Description

Key

key for the setting

Value

value of the setting

InType

type of comparison

ID

ID of comparison

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