Files
UnrealEngineUWP/Engine/Source/Developer/Virtualization
paul chipchase 9be422f486 Clean up VA config file parsing code
#rb trivial
#jira none
#rnx
#preflight 6413305ef81cce1dd8daae8b

- We no longer error if the values cannot be parsed from the config file, our defaults in BaseEngine.ini are the same defaults that we have in code anyway.
- We now trust that FConfigFile will not write to the variable passed into it on parse failure so there is no need to parse to a local variable first, then apply that to the member if the parse was a success.

[CL 24671648 by paul chipchase in ue5-main branch]
2023-03-16 11:23:43 -04:00
..