Navigation
API > API/Editor > API/Editor/UnrealEd > API/Editor/UnrealEd/SGraphEditor
Overloads
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
virtual TSharedPtr< SNotificationItem > AddNotification
(
FNotificationInfo& Info |
GraphEditor.h | ||
virtual void AddNotification
(
FNotificationInfo& Info, |
Show notification on graph | GraphEditor.h |
AddNotification(FNotificationInfo &)
| Name | AddNotification |
| Type | function |
| Header File | /Engine/Source/Editor/UnrealEd/Public/GraphEditor.h |
| Include Path | #include "GraphEditor.h" |
virtual TSharedPtr < SNotificationItem > AddNotification
(
FNotificationInfo & Info
)
AddNotification(FNotificationInfo &, bool)
Description
Show notification on graph
| Name | AddNotification |
| Type | function |
| Header File | /Engine/Source/Editor/UnrealEd/Public/GraphEditor.h |
| Include Path | #include "GraphEditor.h" |
virtual void AddNotification
(
FNotificationInfo & Info,
bool bSuccess
)