Navigation
API > API/Editor > API/Editor/ContentBrowserData
Data used to tell the content browser to show the item that doesn't pass the class permission list as a unsupported asset
This will restrict user interaction with those asset in the content browser and only affect the asset in the folders specified in the permission list
| Name | FContentBrowserDataUnsupportedClassFilter |
| Type | struct |
| Header File | /Engine/Source/Editor/ContentBrowserData/Public/ContentBrowserDataFilter.h |
| Include Path | #include "ContentBrowserDataFilter.h" |
Syntax
USTRUCT ()
struct FContentBrowserDataUnsupportedClassFilter
Variables
Public
| Name | Type | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|---|
| ClassPermissionList | TSharedPtr< FPathPermissionList > | ContentBrowserDataFilter.h | ||
| FolderPermissionList | TSharedPtr< FPathPermissionList > | ContentBrowserDataFilter.h |