UDocumentation UE5.7 10.02.2026 (Source)
API documentation for Unreal Engine 5.7
FGraphDisplayInfo Struct Reference

#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
 

Detailed Description

This is a response from GetGraphDisplayInformation

Constructor & Destructor Documentation

◆ FGraphDisplayInfo()

FGraphDisplayInfo::FGraphDisplayInfo ( )
inline

Member Function Documentation

◆ GetNotesAsString()

FString FGraphDisplayInfo::GetNotesAsString ( ) const

Member Data Documentation

◆ DisplayName

FText FGraphDisplayInfo::DisplayName

Friendly name to display for this graph

◆ DocExcerptName

FString FGraphDisplayInfo::DocExcerptName

Excerpt within doc for big tooltip

◆ DocLink

FString FGraphDisplayInfo::DocLink

Optional link to big tooltip documentation for this graph

◆ Notes

TArray<FString> FGraphDisplayInfo::Notes

◆ PlainName

FText FGraphDisplayInfo::PlainName

Plain name for this graph

◆ Tooltip

FText FGraphDisplayInfo::Tooltip

Text to show as tooltip for this graph


The documentation for this struct was generated from the following files: