SToolBarButtonBlock

Tool bar button MultiBlock widget

Windows
MacOS
Linux

Inheritance Hierarchy

References

Module

Slate

Header

/Engine/Source/Runtime/Slate/Public/Framework/MultiBox/SToolBarButtonBlock.h

Include

#include "Framework/MultiBox/SToolBarButtonBlock.h"

Syntax

class SToolBarButtonBlock : public SMultiBlockBaseWidget

Remarks

Tool bar button MultiBlock widget

Functions

Name Description

Public function

void

 

Construct

(
    const FArguments& InArgs
)

Construct this widget

Protected function Const

EVisibility

 

GetBlockVisibility()

Called by Slate to determine if this button is visible

Protected function Const

bool

 

IsEnabled()

Called by Slate to determine if this button is enabled

Protected function

void

 

OnCheckStateChanged

(
    const ECheckBoxState NewCheckedStat...
)

Called by Slate when this tool bar check box button is toggled

Protected function

FReply

 

OnClicked()

Called by Slate when this tool bar button's button is clicked

Protected function Const

ECheckBoxSta...

 

OnIsChecked()

Called by slate to determine if this button should appear checked

Overridden from IMultiBlockBaseWidget

Name Description

Public function Virtual

void

 

BuildMultiBlockWidget

(
    const ISlateStyle* StyleSet,
    const FName& StyleName
)

Builds this MultiBlock widget up from the MultiBlock associated with it

Classes

Name

Description

Public struct

FArguments

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