Navigation
API > API/Runtime > API/Runtime/Engine > API/Runtime/Engine/EdGraph
References
| Module | Engine |
| Header | /Engine/Source/Runtime/Engine/Classes/EdGraph/EdGraphSchema.h |
| Include | #include "EdGraph/EdGraphSchema.h" |
Syntax
struct FGraphDisplayInfo
Remarks
This is a response from GetGraphDisplayInformation
Variables
| Type | Name | Description | |
|---|---|---|---|
| FText | DisplayName | Friendly name to display for this graph | |
| FString | DocExcerptName | Excerpt within doc for big tooltip | |
| FString | DocLink | Optional link to big tooltip documentation for this graph | |
| TArray< FString > | Notes | ||
| FText | PlainName | Plain name for this graph | |
| FText | Tooltip | Text to show as tooltip for this graph |
Constructors
| Type | Name | Description | |
|---|---|---|---|
Functions
| Type | Name | Description | |
|---|---|---|---|
| FString |