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&58;&58;ModelingUI&58;&58;MakeFixedWidthLabelSliderHBox
&40;
TSharedPtr< IPropertyHandle > LabelHandle,
TSharedPtr< SDynamicNumericEntry::FDataSource > SliderDataSource,
int32 LabelFixedWidth
&41;
}
}
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