FAssetTypeActions_Blueprint::GetAssetDescription

Returns additional tooltip information for the specified asset, if it has any (otherwise return the null widget)

Unreal Engine C++ API Reference > Developer > AssetTools > AssetTypeActions > FAssetTypeActions_Blueprint

References

   
Module AssetTools
Header /Engine/Source/Developer/AssetTools/Public/AssetTypeActions/AssetTypeActions_Blueprint.h
Include #include "AssetTypeActions/AssetTypeActions_Blueprint.h"
Source /Engine/Source/Developer/AssetTools/Private/AssetTypeActions/AssetTypeActions_Blueprint.cpp
virtual [FText](API\Runtime\Core\Internationalization\FText) GetAssetDescription
(
    const [FAssetData](API\Runtime\CoreUObject\AssetRegistry\FAssetData) & AssetData
) const

Remarks

Returns additional tooltip information for the specified asset, if it has any (otherwise return the null widget)


Ask questions and help your peers Developer Forums

Write your own tutorials or read those from others Learning Library