Navigation
API > API/Runtime > API/Runtime/SlateCore
MetaData used to add and remove widgets to the Slate Widget Tracker for the specified tags.
| Name | FTrackedMetaData |
| Type | class |
| Header File | /Engine/Source/Runtime/SlateCore/Public/Types/TrackedMetaData.h |
| Include Path | #include "Types/TrackedMetaData.h" |
Syntax
class FTrackedMetaData : public ISlateMetaData
Implements Interfaces
Constructors
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
FTrackedMetaData
(
const FTrackedMetaData& |
Types/TrackedMetaData.h | ||
FTrackedMetaData
(
const SWidget* InTrackedWidget, |
Types/TrackedMetaData.h | ||
FTrackedMetaData
(
const SWidget* InTrackedWidget, |
Types/TrackedMetaData.h |
Destructors
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
~FTrackedMetaData() |
Types/TrackedMetaData.h |
Variables
Protected
| Name | Type | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|---|
| Tags | TArray< FName > | Types/TrackedMetaData.h | ||
| TrackedWidget | const SWidget * | Types/TrackedMetaData.h |
Functions
Public
Overridden from ISlateMetaData
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
virtual bool IsOfTypeImpl
(
const FName& Type |
Checks whether this drag and drop operation can cast safely to the specified type. | Types/TrackedMetaData.h |
Static
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
static const FName & GetTypeId() |
Types/TrackedMetaData.h |
Operators
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
FTrackedMetaData & operator=
(
const FTrackedMetaData& |
Types/TrackedMetaData.h |