Navigation
API > API/Editor > API/Editor/Kismet
Graph nodes use this class to store their data
| Name | FFindInBlueprintsGraphNode |
| Type | class |
| Header File | /Engine/Source/Editor/Kismet/Public/FindInBlueprints.h |
| Include Path | #include "FindInBlueprints.h" |
Syntax
class FFindInBlueprintsGraphNode : public FFindInBlueprintsResult
Inheritance Hierarchy
- TSharedFromThis< FFindInBlueprintsResult > → FFindInBlueprintsResult → FFindInBlueprintsGraphNode
Constructors
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
FFindInBlueprintsGraphNode() |
FindInBlueprints.h |
Destructors
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
virtual ~FFindInBlueprintsGraphNode() |
FindInBlueprints.h |
Variables
Protected
| Name | Type | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|---|
| Class | UClass * | The class this item refers to | FindInBlueprints.h | |
| ClassName | FString | The class name this item refers to | FindInBlueprints.h | |
| Glyph | FSlateIcon | The glyph brush for this node | FindInBlueprints.h | |
| GlyphColor | FLinearColor | The glyph color for this node | FindInBlueprints.h | |
| NodeGuid | FGuid | End FFindInBlueprintsResult Interface The Node Guid to find when jumping to the node | FindInBlueprints.h |
Functions
Public
Overridden from FFindInBlueprintsResult
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
virtual TSharedRef< SWidget > CreateIcon() |
Create an icon to represent the result | FindInBlueprints.h | |
virtual void FinalizeSearchData() |
Finalizes any content for the search data that was unsafe to do on a separate thread | FindInBlueprints.h | |
virtual FText GetCategory() |
Get Category for this search result | FindInBlueprints.h | |
virtual UObject * GetObject
(
UBlueprint* InBlueprint |
Returns the Object represented by this search information give the Blueprint it can be found in | FindInBlueprints.h | |
virtual FReply OnClick() |
FFindInBlueprintsResult Interface | FindInBlueprints.h | |
virtual void ParseSearchInfo
(
FText InKey, |
Parses search info for specific data important for displaying the search result in an easy to understand format | FindInBlueprints.h |