Navigation
API > API/Editor > API/Editor/Kismet
Inheritance Hierarchy
- TSharedFromThis
- FFindInBlueprintsResult
- FFindInBlueprintsGraph
References
| Module | Kismet |
| Header | /Engine/Source/Editor/Kismet/Public/FindInBlueprints.h |
| Include | #include "FindInBlueprints.h" |
Syntax
class FFindInBlueprintsGraph : public FFindInBlueprintsResult
Remarks
Graphs, such as functions and macros, are stored here
Constructors
| Type | Name | Description | |
|---|---|---|---|
FFindInBlueprintsGraph
(
EGraphType InGraphType |
Destructors
| Type | Name | Description | |
|---|---|---|---|
Overridden from FFindInBlueprintsResult
| Type | Name | Description | |
|---|---|---|---|
| TSharedRef< SWidget > | CreateIcon () |
Create an icon to represent the result | |
| FText | GetCategory () |
Get Category for this search result | |
| FReply | OnClick () |
FFindInBlueprintsResult Interface | |
| void | ParseSearchInfo
(
FText InKey, |
Parses search info for specific data important for displaying the search result in an easy to understand format |