SButton IsEnabled doesn't take the Disabled button style

Hello,

I have a simple SButton in a widget.
When I set the IsEnabled to false, the button isn’t using the Disabled image defined in FButtonStyle.

// The button style used    
FButtonStyle ActionButtonStyle;


// In the widget
    SNew(SKActionButton)
    .IsEnabled(false)
    .ButtonStyle(&ActionBarStyle->ActionButtonStyle)

It should be a bug, since the Hover and Pressed image is well taken from the style.

Is there another member var to set for disabling a SButton ?

D.

Hi domzorg,

Thank you for pointing this out. This was reported previously in 4.9, and we already have a ticket in place to investigate it (UE-20316). I have updated the ticket to reflect your additional information.

Thank you for your answer.