Navigation
API > API/Editor > API/Editor/Kismet
Inheritance Hierarchy
- TSharedFromThis
- FFindInBlueprintsResult
- FFindInBlueprintsGraph
- FFindInBlueprintsGraphNode
- FFindInBlueprintsNoResult
- FFindInBlueprintsPin
- FFindInBlueprintsProperty
References
| Module | Kismet |
| Header | /Engine/Source/Editor/Kismet/Public/FindInBlueprintManager.h |
| Include | #include "FindInBlueprintManager.h" |
Syntax
class FFindInBlueprintsResult : public TSharedFromThis< FFindInBlueprintsResult >
Remarks
Item that matched the search results
Variables
| Type | Name | Description | |
|---|---|---|---|
| TArray< TSharedPtr< FFindInBlueprintsResult > > | Children | Any children listed under this category | |
| FString | CommentText | Display text for comment information | |
| FText | DisplayText | The display text for this item | |
| TWeakPtr< FFindInBlueprintsResult > | Parent | If it exists it is the blueprint |
Constructors
| Type | Name | Description | |
|---|---|---|---|
FFindInBlueprintsResult
(
const FText& InDisplayText |
Create a root |
Destructors
| Type | Name | Description | |
|---|---|---|---|
Functions
| 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 | |
| FString | Gets the comment on this node if any | ||
| FText | Returns the display string for the row | ||
| UObject * | GetObject
(
UBlueprint* InBlueprint |
Returns the Object represented by this search information give the Blueprint it can be found in | |
| UBlueprint * | Gets the blueprint housing all these search results | ||
| FReply | OnClick () |
Called when user clicks on the search item | |
| void | ParseSearchInfo
(
FText InKey, |
Parses search info for specific data important for displaying the search result in an easy to understand format |