Navigation
API > API/Editor > API/Editor/Kismet
Item that matched the search results
| Name | FFindInBlueprintsResult |
| Type | class |
| Header File | /Engine/Source/Editor/Kismet/Public/FindInBlueprintManager.h |
| Include Path | #include "FindInBlueprintManager.h" |
Syntax
class FFindInBlueprintsResult : public TSharedFromThis< FFindInBlueprintsResult >
Inheritance Hierarchy
- TSharedFromThis< FFindInBlueprintsResult > → FFindInBlueprintsResult
Derived Classes
FFindInBlueprintsResult derived class hierarchy
Constructors
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
| FindInBlueprintManager.h | |||
FFindInBlueprintsResult
(
const FText& InDisplayText |
Create a root | FindInBlueprintManager.h |
Destructors
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
virtual ~FFindInBlueprintsResult() |
FindInBlueprintManager.h |
Variables
Public
| Name | Type | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|---|
| Children | TArray< TSharedPtr< FFindInBlueprintsResult > > | Any children listed under this category | FindInBlueprintManager.h | |
| CommentText | FString | Display text for comment information | FindInBlueprintManager.h | |
| DisplayText | FText | The display text for this item | FindInBlueprintManager.h | |
| Parent | TWeakPtr< FFindInBlueprintsResult > | If it exists it is the blueprint | FindInBlueprintManager.h |
Functions
Public
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
virtual TSharedRef< SWidget > CreateIcon() |
Create an icon to represent the result | FindInBlueprintManager.h | |
virtual void FinalizeSearchData() |
Finalizes any content for the search data that was unsafe to do on a separate thread | FindInBlueprintManager.h | |
virtual FText GetCategory() |
Get Category for this search result | FindInBlueprintManager.h | |
FString GetCommentText() |
Gets the comment on this node if any | FindInBlueprintManager.h | |
FText GetDisplayString() |
Returns the display string for the row | FindInBlueprintManager.h | |
virtual UObject * GetObject
(
UBlueprint* InBlueprint |
Returns the Object represented by this search information give the Blueprint it can be found in | FindInBlueprintManager.h | |
UBlueprint * GetParentBlueprint() |
Gets the blueprint housing all these search results | FindInBlueprintManager.h | |
virtual FReply OnClick() |
Called when user clicks on the search item | FindInBlueprintManager.h | |
virtual void ParseSearchInfo
(
FText InKey, |
Parses search info for specific data important for displaying the search result in an easy to understand format | FindInBlueprintManager.h |