FContentBrowserDataObjectFilter

Data used to filter object instances by their name and tags.

Windows
MacOS
Linux

References

Module

ContentBrowserData

Header

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

Include

#include "ContentBrowserDataFilter.h"

Syntax

struct FContentBrowserDataObjectFilter

Remarks

Data used to filter object instances by their name and tags. @note This will typically limit your query to returning assets.

Variables

Name Description

Public variable

bool

 

bOnDiskObjectsOnly

Whether we should only include on-disk objects (ignoring those that exist only in memory)

Public variable

TArray< FName >

 

ObjectNamesToExclude

Array of object names that should be excluded from this query

Public variable

TArray< FName >

 

ObjectNamesToInclude

Array of object names that should be included in this query

Public variable

TMultiMap< FNam...

 

TagsAndValuesToExclude

Map of object tags (with optional values) that should be excluded from this query

Public variable

TMultiMap< FNam...

 

TagsAndValuesToInclude

Map of object tags (with optional values) that should be included in this query

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