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" |
namespace UE
{
namespace ModelingUI
{
template<typename SlotType>
void UE&58;&58;ModelingUI&58;&58;SetCustomWidgetErrorString
&40;
FText ErrorString,
SlotType & Slot
&41;
}
}
Remarks
Create an error-string widget and add it to the Slot argument, to give the (developer) feedback about slate programming errors
Parameters
| Name | Description |
|---|---|
| ErrorString | error message |
| Slot | Object that supports bracket[SWidget] operator, such as any Box Slot object (eg can be called w/ SCompoundWidget::ChildSlot as the Slot argument) |