Navigation
API > API/Plugins > API/Plugins/SemanticSearch > API/Plugins/SemanticSearch/FHybridSearchIndex
Description
Async retryable-failed check. Returns only the in-session retryable failed IDs (NOT pre-processor failures). Used by the "Retry failed" button so permanent failures are excluded from retries.
| Name | IsRetryableFailedAsync |
| 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 IsRetryableFailedAsync
(
TArray< int64 > IDs,
TFunction< void(TSet< int64 > &&)> Callback
)