ESearchableValueStatus

Copyright Epic Games, Inc. All Rights Reserved.

Windows
MacOS
Linux

References

Module

Kismet

Header

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

Include

#include "ImaginaryBlueprintData.h"

Syntax

enum ESearchableValueStatus
{
    NotSearchable                = 0x00000000,
    Searchable                   = 0x00000001,
    Hidden                       = 0x00000002,
    Explicit                     = 0x00000004,
    CoreDisplayItem              = Hidden | Searchable,
    ExplicitySearchable          = Explicit | Searchable,
    ExplicitySearchableHidden    = Explicit | Searchable | Hidden,
    AllSearchable                = CoreDisplayItem | ExplicitySearchable,
}

Values

Name

Description

NotSearchable

Searchable

Hidden

Explicit

CoreDisplayItem

ExplicitySearchable

ExplicitySearchableHidden

AllSearchable

Remarks

Copyright Epic Games, Inc. All Rights Reserved.

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