Navigation
Unreal Engine C++ API Reference > Editor > GraphEditor
References
Module | GraphEditor |
Header | /Engine/Source/Editor/GraphEditor/Public/SNodePanel.h |
Include | #include "SNodePanel.h" |
Syntax
struct FOverlayBrushInfo
Remarks
Entry for an overlay brush in the node panel.
Variables
Type | Name | Description |
---|---|---|
FVector2D | AnimationEnvelope | Scale of animation to apply |
const FSlateBru... | Brush | Brush to draw |
FVector2D | OverlayOffset | Offset origin of the overlay from the widget |
Constructors
Type | Name | Description |
---|---|---|
FOverlayBrushInfo () | ||
FOverlayBrushInfo ( const FSlateBrush* InBrush ) | ||
FOverlayBrushInfo ( const FSlateBrush* InBrush, float HorizontalBounce ) |