Navigation
Unreal Engine C++ API Reference > Editor > ContentBrowserData > FContentBrowserItemData
References
Module | ContentBrowserData |
Header | /Engine/Source/Editor/ContentBrowserData/Public/ContentBrowserItemData.h |
Include | #include "ContentBrowserItemData.h" |
Source | /Engine/Source/Editor/ContentBrowserData/Private/ContentBrowserItemData.cpp |
bool IsSupported() const
Remarks
Check if the item is representing a supported item The content browser can also display some unsupported asset
Equivalent to testing whether EContentBrowserItemFlags::Misc_Unsupported is not set on GetItemFlags()