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