![]() |
UDocumentation UE5.7 10.02.2026 (Source)
API documentation for Unreal Engine 5.7
|
#include <SNullWidget.h>
Static Public Attributes | |
| static SLATECORE_API TSharedRef< class SWidget > | NullWidget = NullWidgetPrivate::Construct() |
Implements a widget that can be used as a placeholder.
Widgets that support slots, such as SOverlay and SHorizontalBox should initialize their slots' child widgets to SNullWidget if no user defined widget was provided.
|
static |
Returns a placeholder widget.