FGraphNodeMetaData

Windows
MacOS
Linux

Inheritance Hierarchy

References

Module

IntroTutorials

Header

/Engine/Source/Editor/IntroTutorials/Public/TutorialMetaData.h

Include

#include "TutorialMetaData.h"

Syntax

class FGraphNodeMetaData : public FTutorialMetaData

Variables

Name Description

Public variable

FGuid

 

GUID

GUID for the node

Public variable

FString

 

OuterName

Name of the outer (which should be the blueprint)

Constructors

Name Description

Public function

FGraphNodeMetaData

(
    FName InTag,
    FString InFriendlyName,
    FString InOuterName,
    FString InTabType
)

Functions

Name Description

Public function Static

const FName ...

 

GetTypeId()

Overridden from ISlateMetaData

Name Description

Public function Virtual Const

bool

 

IsOfTypeImpl

(
    const FName& Type
)

Checks whether this drag and drop operation can cast safely to 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