Navigation
API > API/Plugins > API/Plugins/ModelingEditorUI
Description
Make a Button that can be clicked to toggle the value of a bool UProperty. When true, the button is highlighted
| Name | UE::ModelingUI::MakeBoolToggleButton |
| Type | function |
| Header File | /Engine/Plugins/Experimental/MeshModelingToolsetExp/Source/ModelingEditorUI/Public/ModelingWidgets/ModelingCustomizationUtil.h |
| Include Path | #include "ModelingWidgets/ModelingCustomizationUtil.h" |
| Source | /Engine/Plugins/Experimental/MeshModelingToolsetExp/Source/ModelingEditorUI/Private/ModelingWidgets/ModelingCustomizationUtil.cpp |
namespace UE
{
namespace ModelingUI
{
TSharedRef < SCheckBox > UE::ModelingUI::MakeBoolToggleButton
(
TSharedPtr < IPropertyHandle > BoolToggleHandle,
FText ButtonLabelText,
TFunction < void> ToggledCallback,
int HorzPadding
)
}
}