Navigation
Unreal Engine C++ API Reference > Editor > BlueprintGraph > FAssetBlueprintGraphActions
References
Module | BlueprintGraph |
Header | /Engine/Source/Editor/BlueprintGraph/Classes/AssetBlueprintGraphActions.h |
Include | #include "AssetBlueprintGraphActions.h" |
FText GetGraphHoverMessage
(
const FAssetData & AssetData,
const 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 |