Navigation
API > API/Editor > API/Editor/Kismet
Inheritance Hierarchy
- FSharedFromThisBase
- TSharedFromThis
- FFindInBlueprintsResult
- FFindInBlueprintsGraphNode
References
| Module | Kismet |
| Header | /Engine/Source/Editor/Kismet/Public/FindInBlueprints.h |
| Include | #include "FindInBlueprints.h" |
Syntax
class FFindInBlueprintsGraphNode : public FFindInBlueprintsResult
Remarks
Graph nodes use this class to store their data
Constructors
| Type | Name | Description | |
|---|---|---|---|
Destructors
| Type | Name | Description | |
|---|---|---|---|
Overridden from FFindInBlueprintsResult
| Type | Name | Description | |
|---|---|---|---|
| TSharedRef< SWidget > | CreateIcon () |
Create an icon to represent the result | |
| void | Finalizes any content for the search data that was unsafe to do on a separate thread | ||
| FText | GetCategory () |
Get Category for this search result | |
| UObject * | GetObject
(
UBlueprint* InBlueprint |
Returns the Object represented by this search information give the Blueprint it can be found in | |
| 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 |