FGraphInformationPopupInfo

Entry for an information popup in the node panel.

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 )  

Ask questions and help your peers Developer Forums

Write your own tutorials or read those from others Learning Library