Navigation
Unreal Engine C++ API Reference > Runtime > SlateCore > Widgets > SWidget
References
Module | SlateCore |
Header | /Engine/Source/Runtime/SlateCore/Public/Widgets/SWidget.h |
Include | #include "Widgets/SWidget.h" |
Source | /Engine/Source/Runtime/SlateCore/Private/Widgets/SWidget.cpp |
SWidget&40;&41;
Remarks
Hidden default constructor.
Use SNew(WidgetClassName) to instantiate new widgets.
See Also
SNew