SWidget::GetAllMetaData

Get all metadata of the type provided.

Windows
MacOS
Linux

References

Module

SlateCore

Header

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

Include

#include "Widgets/SWidget.h"

Syntax

template<typename MetaDataType>
TArray< TSharedRef< MetaDataType > > GetAllMetaData() const

Remarks

Get all metadata of the type provided.

Returns

all the metadata found of the specified type.

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