Navigation
API > API/Plugins > API/Plugins/SemanticSearch > API/Plugins/SemanticSearch/FHybridSearchIndex
Description
Async failed-set check. Returns the union of retryable and pre-processor failed IDs on the game thread. Used by pre-index skip paths that treat any failure as "don't retry".
| Name | IsFailedAsync |
| 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 IsFailedAsync
(
TArray< int64 > IDs,
TFunction< void(TSet< int64 > &&)> Callback
)