ESearchDataStateFlags

State flags for search database entries

Windows
MacOS
Linux

References

Module

Kismet

Header

/Engine/Source/Editor/Kismet/Public/FindInBlueprintManager.h

Include

#include "FindInBlueprintManager.h"

Syntax

enum ESearchDataStateFlags
{
    None          = 0,
    IsIndexed     = 1 << 0,
    WasRemoved    = 1 << 1,
}

Values

Name

Description

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

Remarks

State flags for search database entries

Help shape the future of Unreal Engine documentation! Tell us how we're doing so we can serve you better.
Take our survey
Dismiss