FContentBrowserDataPackageFilter

Data used to filter object instances by their package.

Unreal Engine C++ API Reference > Editor > ContentBrowserData

References

   
Module ContentBrowserData
Header /Engine/Source/Editor/ContentBrowserData/Public/ContentBrowserDataFilter.h
Include #include "ContentBrowserDataFilter.h"

Syntax

struct FContentBrowserDataPackageFilter  

Remarks

Data used to filter object instances by their package.

This will typically limit your query to returning assets.

Variables

Type Name Description
bool bRecursivePackagePathsToExclude Whether we should include exclusive package sub-paths in this query
bool bRecursivePackagePathsToInclude Whether we should include inclusive package sub-paths in this query
TArray< FName > PackageNamesToExclude Array of package names that should be excluded from this query
TArray< FName > PackageNamesToInclude Array of package names that should be included in this query
TArray< FName > PackagePathsToExclude Array of package paths that should be excluded from this query
TArray< FName > PackagePathsToInclude Array of package paths that should be included in this query
TSharedPtr< FPa... PathPermissionList Optional set of additional path filtering

Ask questions and help your peers Developer Forums

Write your own tutorials or read those from others Learning Library