Description

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.

Steps to Reproduce

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.

Have Comments or More Details?

There's no existing public thread on this issue, so head over to Questions & Answers just mention UE-264640 in the post.

0
Login to Vote

Unresolved
ComponentUE - CoreTech
Affects Versions5.5
CreatedApr 1, 2025
UpdatedApr 2, 2025
View Jira Issue