UEdGraphSchema::GetAssetsGraphHoverMessage

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

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 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

Help shape the future of Unreal Engine documentation! Tell us how we're doing so we can serve you better.
Take our survey
Dismiss