Navigation
API > API/Plugins > API/Plugins/MetasoundEditor
Widget for searching for items that are part of a UEdGraph
| Name | SFindInMetasound |
| Type | class |
| Header File | /Engine/Plugins/Runtime/Metasound/Source/MetasoundEditor/Public/FindInMetasound.h |
| Include Path | #include "FindInMetasound.h" |
Syntax
class SFindInMetasound : public SCompoundWidget
Inheritance Hierarchy
- FSharedFromThisBase → TSharedFromThis → SWidget → SCompoundWidget → SFindInMetasound
- FSlateControlledConstruction → SWidget → SCompoundWidget → SFindInMetasound
Structs
| Name | Remarks |
|---|---|
| FArguments |
Typedefs
| Name | Type | Remarks | Include Path |
|---|---|---|---|
| FSearchResult | TSharedPtr< FFindInMetasoundResult > | FindInMetasound.h | |
| STreeViewType | STreeView< FSearchResult > | FindInMetasound.h |
Functions
Public
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
void Construct
(
const FArguments& InArgs, |
FindInMetasound.h | ||
void FocusForUse () |
Focuses this widget's search box | FindInMetasound.h | |
void FocusForUse
(
const FString& NewSearchTerms |
Focuses this widget's search box, and Initiates a search with given SearchTerms | FindInMetasound.h |
Protected
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
void InitiateSearch() |
Begins the search based on the SearchValue | FindInMetasound.h | |
| Find any results that contain all of the tokens | FindInMetasound.h | ||
| Find any results that contain all of the tokens in provided graph and subgraphs | FindInMetasound.h | ||
TSharedRef< ITableRow > OnGenerateRow
(
FSearchResult InItem, |
Called when a new row is being generated | FindInMetasound.h | |
void OnGetChildren
(
FSearchResult InItem, |
Get the children of a row | FindInMetasound.h | |
void OnSearchTextChanged
(
const FText& Text |
Called when user changes the text they are searching for | FindInMetasound.h | |
void OnSearchTextCommitted
(
const FText& Text, |
Called when user changes commits text to the search box | FindInMetasound.h | |
void OnTreeSelectionChanged
(
FSearchResult Item, |
Called when user clicks on a new result | FindInMetasound.h | |
void OnTreeSelectionDoubleClick
(
FSearchResult Item |
Called when user double clicks on a new result | FindInMetasound.h |
Static
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
| Determines if a string matches the search tokens | FindInMetasound.h |