Navigation
API > API/Plugins > API/Plugins/ModelingEditorUI > API/Plugins/ModelingEditorUI/ModelingWidgets
References
| Module | ModelingEditorUI |
| Header | /Engine/Plugins/Experimental/MeshModelingToolsetExp/Source/ModelingEditorUI/Public/ModelingWidgets/ModelingCustomizationUtil.h |
| Include | #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
)
}
}
Remarks
Make a Button that can be clicked to toggle the value of a bool UProperty. When true, the button is highlighted