Navigation
Unreal Engine C++ API Reference > Runtime > SlateCore > Widgets
References
Module | SlateCore |
Header | /Engine/Source/Runtime/SlateCore/Public/Widgets/SNullWidget.h |
Include | #include "Widgets/SNullWidget.h" |
Syntax
class SNullWidget
Remarks
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.
Constants
Name | Description |
---|---|
NullWidget | Returns a placeholder widget. |