Navigation
API > API/Editor > API/Editor/Kismet
| Name | FSearchableValueInfo |
| Type | class |
| Header File | /Engine/Source/Editor/Kismet/Public/ImaginaryBlueprintData.h |
| Include Path | #include "ImaginaryBlueprintData.h" |
Syntax
class FSearchableValueInfo
Constructors
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
| ImaginaryBlueprintData.h | |||
FSearchableValueInfo
(
FText InDisplayKey, |
ImaginaryBlueprintData.h | ||
FSearchableValueInfo
(
FText InDisplayKey, |
ImaginaryBlueprintData.h | ||
FSearchableValueInfo
(
FText InDisplayKey, |
ImaginaryBlueprintData.h | ||
FSearchableValueInfo
(
FText InDisplayKey, |
ImaginaryBlueprintData.h |
Functions
Public
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
FText GetDisplayKey() |
Returns the display key for this item | ImaginaryBlueprintData.h | |
FText GetDisplayText
(
const TMap< int32, FText >& InLookupTable |
Returns the display text to use for this item | ImaginaryBlueprintData.h | |
bool IsCoreDisplay() |
Returns TRUE if the item should be treated as a CoreDisplayItem, which is searchable but not displayed | ImaginaryBlueprintData.h | |
bool IsExplicitSearchable() |
Returns TRUE if the item should only be searchable if explicitly searched for using the tag | ImaginaryBlueprintData.h | |
bool IsSearchable() |
Returns TRUE if the data is searchable | ImaginaryBlueprintData.h |