Navigation
API > API/Developer > API/Developer/CQTest > API/Developer/CQTest/FAssetFilterBuilder
Description
Specifies the paths of specific assets to match.
Method can be called multiple times to provide additional paths.
| Name | WithSoftObjectPath |
| 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 & WithSoftObjectPath
(
const FSoftObjectPath & SoftObjectPath
)
a reference to this
Parameters
| Name | Remarks |
|---|---|
| SoftObjectPath | Top level asset path. |