Navigation
API > API/Editor > API/Editor/Kismet
References
| Module | Kismet |
| Header | /Engine/Source/Editor/Kismet/Public/ImaginaryBlueprintData.h |
| Include | #include "ImaginaryBlueprintData.h" |
Syntax
class FSearchableValueInfo
Variables
| Type | Name | Description | |
|---|---|---|---|
| FText | DisplayKey | Key that this item is associated with, used for display purposes | |
| FText | DisplayText | Text value to use instead of a lookup into the table | |
| int32 | LookupTableKey | Key to use to lookup into a table if DisplayText does not override | |
| ESearchableValueStatus | SearchableValueStatus | The searchability status of this item |
Constructors
| Type | Name | Description | |
|---|---|---|---|
FSearchableValueInfo
(
FText InDisplayKey, |
|||
FSearchableValueInfo
(
FText InDisplayKey, |
|||
FSearchableValueInfo
(
FText InDisplayKey, |
|||
FSearchableValueInfo
(
FText InDisplayKey, |
Functions
| Type | Name | Description | |
|---|---|---|---|
| FText | Returns the display key for this item | ||
| FText | GetDisplayText
(
const TMap< int32, FText >& InLookupTable |
Returns the display text to use for this item | |
| bool | Returns TRUE if the item should be treated as a CoreDisplayItem, which is searchable but not displayed | ||
| bool | Returns TRUE if the item should only be searchable if explicitly searched for using the tag | ||
| bool | IsSearchable () |
Returns TRUE if the data is searchable |