FContentBrowserItem::IsSupported

Check if the item is representing a supported item The content browser can also display some unsupported asset

Unreal Engine C++ API Reference > Editor > ContentBrowserData > FContentBrowserItem

References

   
Module ContentBrowserData
Header /Engine/Source/Editor/ContentBrowserData/Public/ContentBrowserItem.h
Include #include "ContentBrowserItem.h"
Source /Engine/Source/Editor/ContentBrowserData/Private/ContentBrowserItem.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()


Ask questions and help your peers Developer Forums

Write your own tutorials or read those from others Learning Library