Navigation
API > API/Plugins > API/Plugins/OnlineSubsystem
References
| Module | OnlineSubsystem |
| Header | /Engine/Plugins/Online/OnlineSubsystem/Source/Public/OnlineSubsystemTypes.h |
| Include | #include "OnlineSubsystemTypes.h" |
void ParseOnlineSubsystemConfigPairs
&40;
TArrayView< const FString > InEntries,
TArray< TPair< FString, FString >> & OutPairs
&41;
Remarks
Parse an array of strings in the format (Key=Value) into an array of pairs of those keys and values
Parameters
| Name | Description |
|---|---|
| InEntries | array of strings in the format (Key=Value) |
| OutPairs | the split key/value pairs |