Break ButtonStyle

Break ButtonStyle

Windows
MacOS
Linux

Adds a node that breaks a 'ButtonStyle' into its member fields

Break ButtonStyle
Button Style
Normal
Hovered
Pressed
Disabled
Normal Padding
Pressed Padding
Pressed Sound
Hovered Sound

Inputs

Button Style
Button Style Structure (by ref)

Outputs

Normal
Slate Brush Structure

Button appearance when the button is not hovered or pressed

Hovered
Slate Brush Structure

Button appearance when hovered

Pressed
Slate Brush Structure

Button appearance when pressed

Disabled
Slate Brush Structure

Button appearance when disabled, by default this is set to an invalid resource when that is the case default disabled drawing is used.

Normal Padding
Margin Structure

Padding that accounts for the border in the button's background image. When this is applied, the content of the button should appear flush with the button's border. Use this padding when the button is not pressed.

Pressed Padding
Margin Structure

Same as NormalPadding but used when the button is pressed. Allows for moving the content to match any "movement" in the button's border image.

Pressed Sound
Slate Sound Structure

The sound the button should play when pressed

Hovered Sound
Slate Sound Structure

The sound the button should play when initially hovered over

Help shape the future of Unreal Engine documentation! Tell us how we're doing so we can serve you better.
Take our survey
Dismiss