Navigation
API > API/Editor > API/Editor/UnrealEd
Info about how to draw the graph
| Name | FGraphAppearanceInfo |
| Type | struct |
| Header File | /Engine/Source/Editor/UnrealEd/Public/GraphEditor.h |
| Include Path | #include "GraphEditor.h" |
Syntax
struct FGraphAppearanceInfo
Constructors
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
FGraphAppearanceInfo() |
GraphEditor.h |
Variables
Public
| Name | Type | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|---|
| CornerImage | const FSlateBrush * | Image to draw in corner of graph | GraphEditor.h | |
| CornerText | FText | Text to write in corner of graph | GraphEditor.h | |
| InstructionFade | TAttribute< float > | Allows graphs to nicely fade instruction text (or completely hide it). | GraphEditor.h | |
| InstructionText | FText | Text to display if the graph is empty (to guide the user on what to do) | GraphEditor.h | |
| PIENotifyText | FText | If set, will be used as override for PIE notify text | GraphEditor.h | |
| ReadOnlyText | FText | If set, will be used as override for read only text | GraphEditor.h | |
| WarningText | FText | Bottom left warning text used for instance by Substrate | GraphEditor.h |