Navigation
Unreal Engine C++ API Reference > Editor > Kismet
Inheritance Hierarchy
References
Module | Kismet |
Header | /Engine/Source/Editor/Kismet/Public/FindInBlueprints.h |
Include | #include "FindInBlueprints.h" |
Syntax
class FFindInBlueprintsGraph : public [FFindInBlueprintsResult](API\Editor\Kismet\FFindInBlueprintsResult)
Remarks
Graphs, such as functions and macros, are stored here
Constructors
Type | Name | Description |
---|---|---|
FFindInBlueprintsGraph ( EGraphType InGraphType ) |
Destructors
Type | Name | Description |
---|---|---|
~FFindInBlueprintsGraph () |
Overridden from FFindInBlueprintsResult
Type | Name | Description |
---|---|---|
TSharedRef< ... | CreateIcon () | Create an icon to represent the result |
FText | GetCategory () | Get Category for this search result |
FReply | OnClick () | FFindInBlueprintsResult Interface |
void | ParseSearchInfo ( FText InKey, FText InValue ) | Parses search info for specific data important for displaying the search result in an easy to understand format |