EContentBrowserItemAttributeFilter

Flags controlling which item attributes should be included

Windows
MacOS
Linux

References

Module

ContentBrowserData

Header

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

Include

#include "ContentBrowserDataFilter.h"

Syntax

enum EContentBrowserItemAttributeFilter
{
    IncludeNone         = 0,
    IncludeProject      = 1<<0,
    IncludeEngine       = 1<<1,
    IncludePlugins      = 1<<2,
    IncludeDeveloper    = 1<<3,
    IncludeLocalized    = 1<<4,
    IncludeAll          = IncludeProject | IncludeEngine | IncludePlugins | IncludeDeveloper | IncludeLocalized,
}

Values

Name

Description

IncludeNone

IncludeProject

IncludeEngine

IncludePlugins

IncludeDeveloper

IncludeLocalized

IncludeAll

Remarks

Flags controlling which item attributes 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