Navigation
API > API/Editor > API/Editor/GraphEditor
Item that matched the search results
| Name | FFindInGraphResult |
| Type | class |
| Header File | /Engine/Source/Editor/GraphEditor/Public/FindInGraph.h |
| Include Path | #include "FindInGraph.h" |
Syntax
class FFindInGraphResult
Derived Classes
Constructors
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
FFindInGraphResult
(
const FCreateParams& InCreateParams |
Create a root (or only text) result | FindInGraph.h |
Destructors
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
virtual ~FFindInGraphResult() |
FindInGraph.h |
Structs
| Name | Remarks |
|---|---|
| FCreateParams |
Variables
Public
| Name | Type | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|---|
| Children | TArray< TSharedPtr< FFindInGraphResult > > | Any children listed under this category | FindInGraph.h | |
| Class | UClass * | The class this item refers to | FindInGraph.h | |
| CommentText | FString | Display text for comment information | FindInGraph.h | |
| DuplicationIndex | int | The graph may have multiple instances of whatever we are looking for, this tells us which instance # we refer to | FindInGraph.h | |
| GraphNode | TWeakObjectPtr< UEdGraphNode > | The graph node that this search result refers to (if not by asset registry or UK2Node) | FindInGraph.h | |
| Parent | TWeakPtr< FFindInGraphResult > | Search result Parent | FindInGraph.h | |
| Pin | FEdGraphPinReference | The pin that this search result refers to | FindInGraph.h | |
| Value | FString | The meta string that was stored in the asset registry for this item | FindInGraph.h |
Functions
Public
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
virtual TSharedRef< SWidget > CreateIcon() |
Create an icon to represent the result | FindInGraph.h | |
virtual FText GetCategory() |
Get Category for this search result | FindInGraph.h | |
virtual FString GetCommentText() |
Gets the comment on this node if any | FindInGraph.h | |
virtual FString GetValueText() |
Gets the value of the pin if any | FindInGraph.h | |
virtual void JumpToNode
(
TWeakPtr< FAssetEditorToolkit > AssetEditorToolkit, |
By default NoOp, implement this to make your result jump to a node or node owning pin on click | FindInGraph.h | |
virtual FReply OnClick
(
TWeakPtr< FAssetEditorToolkit > AssetEditorToolkit |
Called when user clicks on the search item | FindInGraph.h |