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 FGraphInformationPopupInfo
Remarks
Entry for an information popup in the node panel.
Variables
Type | Name | Description |
---|---|---|
FLinearColor | BackgroundColor | |
const FSlateBru... | Icon | |
FString | Message |
Constructors
Type | Name | Description |
---|---|---|
FGraphInformationPopupInfo ( const FSlateBrush* InIcon, FLinearColor InBackgroundColor, const FString& InMessage ) |