Hi there,
When setting up a bool property as an InlineEditConditionToggle for an EAlphaBlendOption property, the toggle checkbox does not display in editor and cannot be toggled by the user.
Example:
I have the following fix - rather than adding the AlphaBlendOption customization in a new child row, we do it in the header row. The header row widget correctly gets the EditConditionValue and OnEditConditionValueChanged set up in FDetailPropertyRow::SetWidgetRowProperties, and they are passed to the SEditConditionWidget in SDetailSingleItemRow::Construct.
Would you be able to confirm if that is the most suitable fix?
Thanks!
George Prosser



