Navigation
API > API/Plugins > API/Plugins/SemanticSearch > API/Plugins/SemanticSearch/FHybridSearchIndex
Description
Record that an asset failed to index. The reason decides which bucket it lands in:
- EAssetIndexFailureReason::PreProcessor → permanent bucket (persisted; not auto-retried).
- EAssetIndexFailureReason::Provider → retryable bucket (in-session; cleared by "Retry failed").
| Name | MarkFailed |
| 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 MarkFailed
(
int64 AssetId,
EAssetIndexFailureReason Reason,
uint32 IndexId
)