Navigation
API > API/Runtime > API/Runtime/SlateCore > API/Runtime/SlateCore/Widgets > API/Runtime/SlateCore/Widgets/SWidget
References
| Module | SlateCore |
| Header | /Engine/Source/Runtime/SlateCore/Public/Widgets/SWidget.h |
| Include | #include "Widgets/SWidget.h" |
template<typename MetaDataType>
void AddMetadata
&40;
const TSharedRef< MetaDataType > & AddMe
&41;
Remarks
Add metadata to this widget.
Parameters
| Name | Description |
|---|---|
| AddMe | the metadata to add to the widget. |