Navigation
API > API/Editor > API/Editor/GraphEditor
Entry for an overlay brush in the node panel.
| Name | FOverlayBrushInfo |
| Type | struct |
| Header File | /Engine/Source/Editor/GraphEditor/Public/SNodePanel.h |
| Include Path | #include "SNodePanel.h" |
Syntax
struct FOverlayBrushInfo
Constructors
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
| SNodePanel.h | |||
FOverlayBrushInfo
(
const FSlateBrush* InBrush |
SNodePanel.h | ||
FOverlayBrushInfo
(
const FSlateBrush* InBrush, |
SNodePanel.h |
Variables
Public
| Name | Type | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|---|
| AnimationEnvelope | FDeprecateSlateVector2D | Scale of animation to apply | SNodePanel.h | |
| Brush | const FSlateBrush * | Brush to draw | SNodePanel.h | |
| OverlayOffset | FDeprecateSlateVector2D | Offset origin of the overlay from the widget | SNodePanel.h |