Navigation
API > API/Plugins > API/Plugins/MetasoundEditor
Item that matched the search results
| Name | FFindInMetasoundResult |
| Type | class |
| Header File | /Engine/Plugins/Runtime/Metasound/Source/MetasoundEditor/Public/FindInMetasound.h |
| Include Path | #include "FindInMetasound.h" |
Syntax
class FFindInMetasoundResult
Constructors
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
FFindInMetasoundResult
(
const FString& InResultName |
Create a root (or only text) result | FindInMetasound.h | |
FFindInMetasoundResult
(
const FString& InResultName, |
Create a listing for a pin result | FindInMetasound.h | |
FFindInMetasoundResult
(
const FString& InResultName, |
Create a listing for a node result | FindInMetasound.h | |
FFindInMetasoundResult
(
const FString& InResultName, |
Create a listing for a search result | FindInMetasound.h |
Variables
Public
| Name | Type | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|---|
| Children | TArray< TSharedPtr< FFindInMetasoundResult > > | Any children listed under this category | FindInMetasound.h | |
| Class | UClass * | The class this item refers to | FindInMetasound.h | |
| CommentText | FString | Display text for comment information | FindInMetasound.h | |
| DuplicationIndex | int | The graph may have multiple instances of whatever we are looking for, this tells us which instance # we refer to | FindInMetasound.h | |
| GraphNode | TWeakObjectPtr< UEdGraphNode > | The graph node that this search result refers to (if not by asset registry or UK2Node) | FindInMetasound.h | |
| Parent | TWeakPtr< FFindInMetasoundResult > | Search result Parent | FindInMetasound.h | |
| Pin | FEdGraphPinReference | The pin that this search result refers to | FindInMetasound.h | |
| Value | FString | The meta string that was stored in the asset registry for this item | FindInMetasound.h | |
| ValueText | FText | Cache value text | FindInMetasound.h |
Functions
Public
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
TSharedRef< SWidget > CreateIcon() |
Create an icon to represent the result | FindInMetasound.h | |
FText GetCategory() |
Get Category for this search result | FindInMetasound.h | |
FString GetCommentText() |
Gets the comment on this node if any | FindInMetasound.h | |
FText GetValueText() |
Gets the value of the pin or node if any | FindInMetasound.h | |
FText GetValueTooltipText() |
Gets the value tooltip (longer version of value text) of the pin or node if any | FindInMetasound.h | |
| Called when user clicks on the search item | FindInMetasound.h |
Static
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
static const UMetasoundEditorGraphMember * GetMetaSoundGraphMember
(
const UEdGraphNode* EdGraphNode |
Helper function to get MetaSound graph member from an ed graph node | FindInMetasound.h |