Navigation
API > API/Plugins > API/Plugins/ContentBrowserAssetDataSource > API/Plugins/ContentBrowserAssetDataSource/FAssetPropertyTagCache
| |
|
| Name |
FPropertyTagCache |
| Type |
struct |
| Header File |
/Engine/Plugins/Editor/ContentBrowser/ContentBrowserAssetDataSource/Source/ContentBrowserAssetDataSource/Public/AssetPropertyTagCache.h |
| Include Path |
#include "AssetPropertyTagCache.h" |
Syntax
struct FPropertyTagCache
Variables
Public
| Name |
Type |
Remarks |
Include Path |
Unreal Specifiers |
| DisplayFlags |
uint32 |
Flags giving hints at how to display this tag value in the UI (see ETagDisplay) |
AssetPropertyTagCache.h |
|
| DisplayName |
FText |
Resolved display name of the associated tag |
AssetPropertyTagCache.h |
|
| ImportantValue |
FString |
Optional value which denotes which values should be considered "important" in the UI |
AssetPropertyTagCache.h |
|
| Suffix |
FText |
Optional suffix to apply to values of the tag attribute in the UI |
AssetPropertyTagCache.h |
|
| TagType |
UObject::FAssetRegistryTag::ETagType |
The kind of data represented by this tag value |
AssetPropertyTagCache.h |
|
| TooltipText |
FText |
Optional tooltip of the associated tag |
AssetPropertyTagCache.h |
|