You've already forked UnrealEngineUWP
mirror of
https://github.com/izzy2lost/UnrealEngineUWP.git
synced 2026-03-26 18:15:20 -07:00
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]