Navigation
Unreal Engine C++ API Reference > Runtime > SlateCore > Types
Inheritance Hierarchy
- ISlateMetaData
- FTagMetaData
References
Module | SlateCore |
Header | /Engine/Source/Runtime/SlateCore/Public/Types/ISlateMetaData.h |
Include | #include "Types/ISlateMetaData.h" |
Syntax
class FTagMetaData : public ISlateMetaData
Remarks
Simple tagging metadata
Variables
Type | Name | Description | |
---|---|---|---|
![]() |
FName | Tag | Tag name for a widget |
Constructors
Type | Name | Description | |
---|---|---|---|
![]() |
FTagMetaData
(
FName InTag |
Functions
Overridden from ISlateMetaData
Type | Name | Description | |
---|---|---|---|
![]() ![]() ![]() |
bool | IsOfTypeImpl
(
const FName& Type |
Checks whether this drag and drop operation can cast safely to the specified type. |