Files
UnrealEngineUWP/Engine/Source/Runtime/CoreUObject
spencer melnick b367cc2712 Adding support for multi-line entries on config set properties.
Duplicate values are filtered out during load.
Existing config values for set properties should continue to be loaded the same way as before.

Example syntax:
SetProperty=("Value1", "Value2")
+SetProperty="Value3"
+SetProperty=("Value4", "Value5")

[REVIEW]

[CL 30815266 by spencer melnick in ue5-main branch]
2024-01-23 15:18:19 -05:00
..