Navigation
API > API/Developer > API/Developer/CQTest > API/Developer/CQTest/FAssetFilterBuilder
Description
Specifies the package path to be matched against.
Method can be called multiple times to provide additional paths.
The path will be sanitized prior to being added to the filer (e.g. Game/Assets/_ converts to /Game/Assets_).
The specified path, but not sub paths(by default), will be included. Sub paths will be included only if IncludeRecursivePaths is called with true.
| Name | WithPackagePath |
| Type | function |
| Header File | /Engine/Source/Developer/CQTest/Public/Helpers/CQTestAssetFilterBuilder.h |
| Include Path | #include "Helpers/CQTestAssetFilterBuilder.h" |
| Source | /Engine/Source/Developer/CQTest/Private/Helpers/CQTestAssetFilterBuilder.cpp |
FAssetFilterBuilder & WithPackagePath
(
const FName & PackagePath
)
a reference to this
Parameters
| Name | Remarks |
|---|---|
| PackagePath | Path of the package. |