Navigation
API > API/Editor > API/Editor/Documentation
Inheritance Hierarchy
- ISlateMetaData
- FTagMetaData
- FTutorialMetaData
- FGraphNodeMetaData
References
| Module | Documentation |
| Header | /Engine/Source/Editor/Documentation/Public/TutorialMetaData.h |
| Include | #include "TutorialMetaData.h" |
Syntax
class FTutorialMetaData : public FTagMetaData
Variables
| Type | Name | Description | |
|---|---|---|---|
| FString | FriendlyName | User friendly display name | |
| FString | TabTypeToOpen | The type of tab we want to open for this widget where relevant. |
Constructors
| Type | Name | Description | |
|---|---|---|---|
FTutorialMetaData
(
FName InTag |
|||
FTutorialMetaData
(
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. |