FAssetViewItem::GetCustomColumnValue

Get the value (and optionally also the type) of a custom column on this item

Unreal Engine C++ API Reference > Editor > ContentBrowser > FAssetViewItem

References

   
Module ContentBrowser
Header /Engine/Source/Editor/ContentBrowser/Public/AssetViewTypes.h
Include #include "AssetViewTypes.h"
Source /Engine/Source/Editor/ContentBrowser/Private/AssetViewTypes.cpp
bool GetCustomColumnValue
(
    const [FName](API\Runtime\Core\UObject\FName) ColumnName,
    [FString](API\Runtime\Core\Containers\FString) & OutString,
    [UObject::FAssetRegistryTag::ETagType](API\Runtime\CoreUObject\UObject\UObject\FAssetRegistryTag\ETagType) * OutType
) const

Remarks

Get the value (and optionally also the type) of a custom column on this item


Ask questions and help your peers Developer Forums

Write your own tutorials or read those from others Learning Library