ParseOnlineSubsystemConfigPairs

Parse an array of strings in the format (Key=Value) into an array of pairs of those keys and values

Windows
MacOS
Linux

References

Module

OnlineSubsystem

Header

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

Include

#include "OnlineSubsystemTypes.h"

Syntax

void ParseOnlineSubsystemConfigPairs
(
    TArrayView< const FString > InEntries,
    TArray< TPair< FString, FString >> & OutPairs
)

Remarks

Parse an array of strings in the format (Key=Value) into an array of pairs of those keys and values

Parameters

Parameter

Description

InEntries

array of strings in the format (Key=Value)

OutPairs

the split key/value pairs

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