Inherit from UDecoratorLayer
Related Classes
- UComponentDecorator
- UWidgetLayer
- UUserWidget
- SWidget
SUMMARY #
This layer displays a UUserWidget, i.e. a widget created with UMG.
WHEN TO USE IT? #
When you have a very specific use case that requires the use of a UUserWidget.
HOW TO RECEIVE INPUT? #
For now, it is not possible to send inputs to a UUserWidget, but in a future update, it will be possible via the interface implementation to receive inputs from the touch interface in a UUserWidget.
HOW TO GET USER WIDGET? #
You can retrieve the UserWidget instance using the Get User Widget function. Warning! Verify that the instance is valid before using it.
