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