In a Developer Settings Class, Boolean properties marked with InlineEditConditionToggle do not get written to the associated settings .ini file, preventing configuration settings from being saved properly.
1. Declare a Config boolean UPROPERTY with the InlineEditConditionToggle meta in a developer settings class (config=Game or similar).
2. Modify the boolean value in the project settings.
3. Check the corresponding .ini file for the updated value.
Expected Behavior:
The modified boolean value should be correctly written to the configuration file.
Actual Behavior:
The boolean value does not update in the .ini file, causing settings persistence issues.
There's no existing public thread on this issue, so head over to Questions & Answers just mention UE-264640 in the post.
0 |
Component | UE - CoreTech |
---|---|
Affects Versions | 5.5 |
Created | Apr 1, 2025 |
---|---|
Updated | Apr 2, 2025 |