FAssetBlueprintGraphActions::GetGraphHoverMessage

Gets the hover message when when holding a asset over a Blueprint graph from a drag/drop operation

Unreal Engine C++ API Reference > Editor > BlueprintGraph > FAssetBlueprintGraphActions

References

   
Module BlueprintGraph
Header /Engine/Source/Editor/BlueprintGraph/Classes/AssetBlueprintGraphActions.h
Include #include "AssetBlueprintGraphActions.h"
[FText](API\Runtime\Core\Internationalization\FText) GetGraphHoverMessage
(
    const [FAssetData](API\Runtime\CoreUObject\AssetRegistry\FAssetData) & AssetData,
    const [UEdGraph](API\Runtime\Engine\EdGraph\UEdGraph) * HoverGraph
) const

Remarks

Gets the hover message when when holding a asset over a Blueprint graph from a drag/drop operation Message to display when hovering.

Parameters

Name Description
AssetData The asset being dragged/dropped
HoverGraph The Blueprint graph to drop the asset on

Ask questions and help your peers Developer Forums

Write your own tutorials or read those from others Learning Library