Navigation
API > API/Plugins > API/Plugins/SemanticSearch > API/Plugins/SemanticSearch/FHybridSearchIndex
Description
Purge pre-processor-failed IDs that are not in the given set of currently-valid IDs. Called after OnFilesLoaded to drop stale entries left over from deletions or re-saves (where the DDC key changed and the old ID is no longer meaningful).
| Name | PurgePreProcessorFailedNotIn |
| Type | function |
| Header File | /Engine/Plugins/Experimental/SemanticSearch/Source/SemanticSearch/Public/HybridSearchIndex.h |
| Include Path | #include "HybridSearchIndex.h" |
| Source | /Engine/Plugins/Experimental/SemanticSearch/Source/SemanticSearch/Private/HybridSearchIndex.cpp |
void PurgePreProcessorFailedNotIn
(
TSet< int64 > ValidIDs
)