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 FGraphNodeMetaData : public FTutorialMetaData
Variables
| Type | Name | Description | |
|---|---|---|---|
| FGuid | GUID | GUID for the node | |
| FString | OuterName | Name of the outer (which should be the blueprint) |
Constructors
| Type | Name | Description | |
|---|---|---|---|
FGraphNodeMetaData
(
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. |