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
(
const TSharedRef < MetaDataType > & AddMe
)
Remarks
Add metadata to this widget.
Parameters
| Name | Description |
|---|---|
| AddMe | the metadata to add to the widget. |