SWidget::AddMetadata

Add metadata to this widget.

Windows
MacOS
Linux

References

Module

SlateCore

Header

/Engine/Source/Runtime/SlateCore/Public/Widgets/SWidget.h

Include

#include "Widgets/SWidget.h"

Syntax

template<typename MetaDataType>
void AddMetadata
(
    const TSharedRef< MetaDataType > & AddMe
)

Remarks

Add metadata to this widget.

Parameters

Parameter

Description

AddMe

the metadata to add to the widget.

Help shape the future of Unreal Engine documentation! Tell us how we're doing so we can serve you better.
Take our survey
Dismiss