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 < SHorizontalBox > UE::ModelingUI::MakeFixedWidthLabelSliderHBox
(
TSharedPtr < IPropertyHandle > LabelHandle,
TSharedPtr < SDynamicNumericEntry::FDataSource > SliderDataSource,
int32 LabelFixedWidth
)
}
}
Remarks
Make an HBox for a label/slider pair, with the label in a fixed-width box (ie no resizing) The Label is taken from the existing label of a UProperty Handle