EContentBrowserItemTypeFilter

Flags controlling which item types should be included

Windows
MacOS
Linux

References

Module

ContentBrowserData

Header

/Engine/Source/Editor/ContentBrowserData/Public/ContentBrowserDataFilter.h

Include

#include "ContentBrowserDataFilter.h"

Syntax

enum EContentBrowserItemTypeFilter
{
    IncludeNone       = 0,
    IncludeFolders    = 1<<0,
    IncludeFiles      = 1<<1,
    IncludeAll        = IncludeFolders | IncludeFiles,
}

Values

Name

Description

IncludeNone

IncludeFolders

IncludeFiles

IncludeAll

Remarks

Flags controlling which item types should be included

Help shape the future of Unreal Engine documentation! Tell us how we're doing so we can serve you better.
Take our survey
Dismiss