blueprint

Color Button Widget

  • Exposure: public
  • UE Version: 5.3

Yggdrasil

January 17, 2024, 12:43 am

Click the button above, it will automatically copy blueprint in your clipboard. Then in Unreal Engine blueprint editor, paste it with ctrl + v

1 comment

  • Yggdrasil

    January 17, 2024, 2:38 pm

    This is the code to power the Color Button widget. This button is for applying to the Preset Colors widget and making it much easier and faster to create custom colors for the skin changes or whatever you want to change.

    It will send out an event when the button is clicked that has a payload of the color of the button. The button itself displays the color on its Normal and Hovered states and can be changed with the ButtonColor linear color variable which can be set from the Designer, on Create Widget or dynamically at runtime.