Fix issue #68: (re)enable auto saving of StudySetup to JSON and add ability to load specific JSON setup file
All threads resolved!
Closes #68 Here:
- automatic saving to JSON when any property of the StudySetup actor is changed is enabled
- the dedicated save button is consequently removed (as everything is saved automatically)
- it is made possible to load specific JSON files with different setups using a file picker window. The paths are stored relative to the [ProjectDir]/StudyFramework folder (Now built with UE's platform independent functions)
Because we are using relative paths, it is only possible to select files that are stored on the same drive as the project folder. I have added an error message, when the conversion to a relative path fails (selecting a file on a different drive is a likely cause for it failing) and also mentioned this in the wiki.
Edited by Malte Christian Kögel
Merge request reports
Activity
requested review from @jonathan.ehret
assigned to @maltekoegel
added 1 commit
- a73adccf - Switch over to platform neutral UE function for identifying appropriate dialog parent window
added 1 commit
- f7293d01 - Removed all platform specific includes: 1. Switch path conversion function to...
added 1 commit
- 4fa0777e - Added error message when a file is selected that is not located on the same drive
- Resolved by Malte Christian Kögel
- Resolved by Jonathan Ehret
- Resolved by Malte Christian Kögel
added 1 commit
- 84389e5b - MR Follow-Up: Replace check for relative path with proper (platform...
- Resolved by Malte Christian Kögel
added 1 commit
- 32f94581 - revert JsonFile default back to relative path
mentioned in commit de60b7a9
Please register or sign in to reply