Navigation
API > API/Plugins > API/Plugins/ContentBrowserAssetDataSource > API/Plugins/ContentBrowserAssetDataSource/FAssetPropertyTagCache
| Name | FClassPropertyTagCache |
| Type | struct |
| Header File | /Engine/Plugins/Editor/ContentBrowser/ContentBrowserAssetDataSource/Source/ContentBrowserAssetDataSource/Public/AssetPropertyTagCache.h |
| Include Path | #include "AssetPropertyTagCache.h" |
Syntax
struct FClassPropertyTagCache
Variables
Protected
| Name | Type | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|---|
| DisplayNameToTagNameMap | TSortedMap< FName, FName, FDefaultAllocator, FNameFastLess > | Map of a tag display name back to its real internal name | AssetPropertyTagCache.h | |
| TagNameToCachedDataMap | TSortedMap< FName, FPropertyTagCache, FDefaultAllocator, FNameFastLess > | Map of an internal tag name to its cached data | AssetPropertyTagCache.h |
Functions
Public
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
const FPropertyTagCache * GetCacheForTag
(
const FName InTagName |
AssetPropertyTagCache.h | ||
| See whether the given name is a known alias of a tag, and if so, return the real tag name | AssetPropertyTagCache.h |