Navigation
Unreal Engine C++ API Reference > Editor > Kismet
Inheritance Hierarchy
References
Module | Kismet |
Header | /Engine/Source/Editor/Kismet/Public/FindInBlueprints.h |
Include | #include "FindInBlueprints.h" |
Syntax
class FFindInBlueprintsProperty : public [FFindInBlueprintsResult](API\Editor\Kismet\FFindInBlueprintsResult)
Remarks
Property data is stored here
Constructors
Type | Name | Description |
---|---|---|
FFindInBlueprintsProperty () |
Destructors
Type | Name | Description |
---|---|---|
~FFindInBlueprintsProperty () |
Overridden from FFindInBlueprintsResult
Type | Name | Description |
---|---|---|
TSharedRef< ... | CreateIcon () | Create an icon to represent the result |
void | FinalizeSearchData () | Finalizes any content for the search data that was unsafe to do on a separate thread |
FText | GetCategory () | Get Category for this search result |
FReply | OnClick () | FFindInBlueprintsResult Interface |
void | ParseSearchInfo ( FText InKey, FText InValue ) | Parses search info for specific data important for displaying the search result in an easy to understand format |