Hello guys I am the Bear Teacher
I have decided to publish in the marketplace some personal plugins I built across different projects in the past and this is the first one:
This is a collection of different slate widgets with UMG versions:
This is the full list of widgets you can watch in the video:
- WidgetViewport: Display actors inside this widget, you have 3 modes; opaque, blend, mask (in opaque you can set the background color)
- Slider2D: a Slider that works in 2 dimensions, you can also use this widgets as virtual joystick
- Hyperlink
- IntSpinBox
- CustomCheckbox: this is just a fancier check box
- Splitterbox: a new panel to arrange your widgets (it only works for desktop)
- MultiSlider: a slider with multiple handlers
- Class selector: it allow you reference an asset by class (editor only)
- ThumbnailWidget: it allow you reference an asset and display its thumbnail (editor only)
- SpawnWindow: it allow you spawn a window that can hold a UMG inside (editor only)
- SpawnPopUp: it allow you spawn a pop up that can hold a UMG inside (editor only)
You can find the plugin right here: Extra Widgets for Slate & UMG in Code Plugins - UE Marketplace
For additional documentation you can take a look in here: Extra Widgets Documentation - Google Docs
I will for sure adding more stuff as I need it and of course I am open to request if you like to have something terribly crazy and complicated.
Cheers!! and good coding
Bear Teacher