![]() |
UDocumentation UE5.7 10.02.2026 (Source)
API documentation for Unreal Engine 5.7
|
#include <EdGraphSchema.h>
Public Member Functions | |
| FGraphDisplayInfo () | |
| ENGINE_API FString | GetNotesAsString () const |
Public Attributes | |
| FText | PlainName |
| FText | DisplayName |
| FText | Tooltip |
| FString | DocLink |
| FString | DocExcerptName |
| TArray< FString > | Notes |
This is a response from GetGraphDisplayInformation
|
inline |
| FString FGraphDisplayInfo::GetNotesAsString | ( | ) | const |
| FText FGraphDisplayInfo::DisplayName |
Friendly name to display for this graph
| FString FGraphDisplayInfo::DocExcerptName |
Excerpt within doc for big tooltip
| FString FGraphDisplayInfo::DocLink |
Optional link to big tooltip documentation for this graph
| TArray<FString> FGraphDisplayInfo::Notes |
| FText FGraphDisplayInfo::PlainName |
Plain name for this graph
| FText FGraphDisplayInfo::Tooltip |
Text to show as tooltip for this graph