Navigation
API > API/Editor > API/Editor/BlueprintGraph > API/Editor/BlueprintGraph/FAssetBlueprintGraphActions
References
| Module | BlueprintGraph |
| Header | /Engine/Source/Editor/BlueprintGraph/Classes/AssetBlueprintGraphActions.h |
| Include | #include "AssetBlueprintGraphActions.h" |
FText GetGraphHoverMessage
&40;
const FAssetData & AssetData,
const UEdGraph &42; HoverGraph
&41; 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 |