Navigation
API > API/Plugins > API/Plugins/SemanticSearch > API/Plugins/SemanticSearch/ISemanticSearchModule
Description
Mark an indexing-related operation as pending. Call from UI button handlers immediately on click so `FSemanticSearchIndexStats::bIsIndexing_ flips true synchronously (before the async enumeration / filter / DDC work that would normally set it), keeping the button visibly disabled instead of clickable while we spin up. Cleared automatically when real indexing activity starts (OnIndexingStarted / OnBatchIndexingStarted), when no work ends up being queued, or on a safety timeout.
| Name | SetIndexingPending |
| Type | function |
| Header File | /Engine/Plugins/Experimental/SemanticSearch/Source/SemanticSearch/Public/ISemanticSearchModule.h |
| Include Path | #include "ISemanticSearchModule.h" |
void SetIndexingPending()