UEdGraphSchema::GetAssetsNodeHoverMessage

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

Choose your operating system:

Windows

macOS

Linux

Override Hierarchy

References

Module

Engine

Header

/Engine/Source/Runtime/Engine/Classes/EdGraph/EdGraphSchema.h

Include

#include "EdGraph/EdGraphSchema.h"

Syntax

virtual void GetAssetsNodeHoverMessage
(
    const TArray< struct FAssetData > & Assets,
    const UEdGraphNode * HoverNode,
    FString & OutTooltipText,
    bool & OutOkIcon
) const

Remarks

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