Bug: InlineEditConditionToggle checkbox does not show up on EAlphaBlendOption property

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

Hey there,

Yeah, this seems like a reasonable approach. If you want to provide a pull request, feel free to do so. Just a heads up, though, we may not be taking further changes to the sequencer for a while.

Dustin