UMetasoundEditorGraphSchema::GetAssetsGraphHoverMessage

Allows schema to generate a tooltip (icon & message) when the specified asset(s) are dragged over the specified graph

Choose your operating system:

Windows

macOS

Linux

Override Hierarchy

UEdGraphSchema::GetAssetsGraphHoverMessage()

UMetasoundEditorGraphSchema::GetAssetsGraphHoverMessage()

References

Module

MetasoundEditor

Header

/Engine/Plugins/Runtime/Metasound/Source/MetasoundEditor/Public/MetasoundEditorGraphSchema.h

Include

#include "MetasoundEditorGraphSchema.h"

Source

/Engine/Plugins/Runtime/Metasound/Source/MetasoundEditor/Private/MetasoundEditorGraphSchema.cpp

Syntax

virtual void GetAssetsGraphHoverMessage
(
    const TArray< FAssetData > & Assets,
    const UEdGraph * HoverGraph,
    FString & OutTooltipText,
    bool & OutOkIcon
) const

Remarks

Allows schema to generate a tooltip (icon & message) when the specified asset(s) are dragged over the specified graph