Navigation
API > API/Editor > API/Editor/Kismet
State flags for search database entries
| Name | ESearchDataStateFlags |
| Type | enum |
| Header File | /Engine/Source/Editor/Kismet/Public/FindInBlueprintManager.h |
| Include Path | #include "FindInBlueprintManager.h" |
Syntax
enum ESearchDataStateFlags
{
None = 0,
IsIndexed = 1 << 0,
WasRemoved = 1 << 1,
}
Values
| Name | Remarks |
|---|---|
| None | |
| IsIndexed | Set when this search database entry has been fully indexed, which is completed asynchronously |
| WasRemoved | Cached to determine if the Blueprint is seen as no longer valid, allows it to be cleared out next save to disk |