Navigation
API > API/Plugins > API/Plugins/SemanticSearch > API/Plugins/SemanticSearch/ISemanticSearchModule
Overloads
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
static bool IsInIndexedFolder
(
const FAssetData& AssetData |
Returns true if the asset is in a folder configured for indexing. | ISemanticSearchModule.h | |
static bool IsInIndexedFolder
(
FStringView PackagePath |
Returns true if the given package path is in a folder configured for indexing. | ISemanticSearchModule.h |
IsInIndexedFolder(const FAssetData &)
Description
Returns true if the asset is in a folder configured for indexing.
| Name | IsInIndexedFolder |
| Type | function |
| Header File | /Engine/Plugins/Experimental/SemanticSearch/Source/SemanticSearch/Public/ISemanticSearchModule.h |
| Include Path | #include "ISemanticSearchModule.h" |
| Source | /Engine/Plugins/Experimental/SemanticSearch/Source/SemanticSearch/Private/SemanticSearchModule.cpp |
static bool IsInIndexedFolder
(
const FAssetData & AssetData
)
IsInIndexedFolder(FStringView)
Description
Returns true if the given package path is in a folder configured for indexing.
| Name | IsInIndexedFolder |
| Type | function |
| Header File | /Engine/Plugins/Experimental/SemanticSearch/Source/SemanticSearch/Public/ISemanticSearchModule.h |
| Include Path | #include "ISemanticSearchModule.h" |
| Source | /Engine/Plugins/Experimental/SemanticSearch/Source/SemanticSearch/Private/SemanticSearchModule.cpp |
static bool IsInIndexedFolder
(
FStringView PackagePath
)