FSearchableValueInfo

Windows
MacOS
Linux

References

Module

Kismet

Header

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

Include

#include "ImaginaryBlueprintData.h"

Syntax

class FSearchableValueInfo

Variables

Name Description

Protected variable

FText

 

DisplayKey

Key that this item is associated with, used for display purposes

Protected variable

FText

 

DisplayText

Text value to use instead of a lookup into the table

Protected variable

int32

 

LookupTableKey

Key to use to lookup into a table if DisplayText does not override

Protected variable

ESearchableValu...

 

SearchableValueStatus

The searchability status of this item

Constructors

Name Description

Public function

FSearchableValueInfo()

Public function

FSearchableValueInfo

(
    FText InDisplayKey,
    int32 InLookUpTableKey
)

Public function

FSearchableValueInfo

(
    FText InDisplayKey,
    FText InDisplayText
)

Public function

FSearchableValueInfo

(
    FText InDisplayKey,
    int32 InLookUpTableKey,
    ESearchableValueStatus InSearchable...
)

Public function

FSearchableValueInfo

(
    FText InDisplayKey,
    FText InDisplayText,
    ESearchableValueStatus InSearchable...
)

Functions

Name Description

Public function Const

FText

 

GetDisplayKey()

Returns the display key for this item

Public function Const

FText

 

GetDisplayText

(
    const TMap< int32, FText >& InLook...
)

Returns the display text to use for this item

Public function Const

bool

 

IsCoreDisplay()

Returns TRUE if the item should be treated as a CoreDisplayItem, which is searchable but not displayed

Public function Const

bool

 

IsExplicitSearchable()

Returns TRUE if the item should only be searchable if explicitly searched for using the tag

Public function Const

bool

 

IsSearchable()

Returns TRUE if the data is searchable

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