Navigation
API > API/Editor > API/Editor/UnrealEd
Inheritance Hierarchy
- TSharedFromThis
- IMessageToken
- FEdGraphToken
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
| Type | Name | Description | |
|---|---|---|---|
| void | Create
(
const UObject* InObject, |
Factory method, tokens can only be constructed as shared refs | |
| void | Create
(
const UEdGraphPin* InPin, |
Factory method, tokens can only be constructed as shared refs | |
| void | Create
(
const TCHAR* String, |
Factory method, tokens can only be constructed as shared refs | |
| void | Create
(
const FField* InField, |
Factory method, tokens can only be constructed as shared refs | |
| const UObject * | |||
| const UEdGraphPin * | GetPin () |
Overridden from IMessageToken
| Type | Name | Description | |
|---|---|---|---|
| EMessageToken::Type | GetType () |
Begin IMessageToken interface |