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