Navigation
API > API/Editor > API/Editor/ContentBrowserData
Structure used to filter folders by their path
All implementations of this filter should copy all dependent data on creation such that all calls to HideFolderIfEmpty for a given path return the same value for a instance of the implementation.
| Name | IContentBrowserHideFolderIfEmptyFilter |
| Type | class |
| Header File | /Engine/Source/Editor/ContentBrowserData/Public/ContentBrowserDataFilter.h |
| Include Path | #include "ContentBrowserDataFilter.h" |
Syntax
class IContentBrowserHideFolderIfEmptyFilter
Constructors
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
IContentBrowserHideFolderIfEmptyFilter() |
ContentBrowserDataFilter.h |
Destructors
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
virtual ~IContentBrowserHideFolderIfEmptyFilter() |
ContentBrowserDataFilter.h |
Functions
Public
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
bool HideFolderIfEmpty
(
FName Path, |
ContentBrowserDataFilter.h |