FEdGraphToken

A Message Log token that links to an elemnt (node or pin) in an EdGraph

Windows
MacOS
Linux

Inheritance Hierarchy

References

Module

UnrealEd

Header

/Engine/Source/Editor/UnrealEd/Public/EdGraphToken.h

Include

#include "EdGraphToken.h"

Syntax

class FEdGraphToken : public IMessageToken

Remarks

A Message Log token that links to an elemnt (node or pin) in an EdGraph

Constructors

No constructors are accessible with public or protected access.

Functions

Name Description

Public function Static

void

 

Create

(
    const UObject* InObject,
    FCompilerResultsLog* Log,
    FTokenizedMessage& OutMessage,
    TArray< UEdGraphNode* >& OutS...
)

Factory method, tokens can only be constructed as shared refs

Public function Static

void

 

Create

(
    const UEdGraphPin* InPin,
    FCompilerResultsLog* Log,
    FTokenizedMessage& OutMessage,
    TArray< UEdGraphNode* >& OutS...
)

Factory method, tokens can only be constructed as shared refs

Public function Static

void

 

Create

(
    const TCHAR* String,
    FCompilerResultsLog* Log,
    FTokenizedMessage& OutMessage,
    TArray< UEdGraphNode* >& OutS...
)

Factory method, tokens can only be constructed as shared refs

Public function Static

void

 

Create

(
    const FField* InField,
    FCompilerResultsLog* Log,
    FTokenizedMessage& OutMessage,
    TArray< UEdGraphNode* >& OutS...
)

Factory method, tokens can only be constructed as shared refs

Public function Const

const UObjec...

 

GetGraphObject()

Public function Const

const UEdGra...

 

GetPin()

Overridden from IMessageToken

Name Description

Public function Virtual Const

EMessageToke...

 

GetType()

Begin IMessageToken interface

Help shape the future of Unreal Engine documentation! Tell us how we're doing so we can serve you better.
Take our survey
Dismiss