FFindInMaterialResult

Item that matched the search results

Windows
MacOS
Linux

References

Module

MaterialEditor

Header

/Engine/Source/Editor/MaterialEditor/Public/FindInMaterial.h

Include

#include "FindInMaterial.h"

Syntax

class FFindInMaterialResult

Remarks

Item that matched the search results

Variables

Name Description

Public variable

TArray< TShared...

 

Children

Any children listed under this category

Public variable

UClass *

 

Class

The class this item refers to

Public variable

FString

 

CommentText

Display text for comment information

Public variable

int

 

DuplicationIndex

The graph may have multiple instances of whatever we are looking for, this tells us which instance # we refer to

Public variable

TWeakObjectPtr<...

 

GraphNode

The graph node that this search result refers to (if not by asset registry or UK2Node)

Public variable

TWeakPtr< FFind...

 

Parent

Search result Parent

Public variable

FEdGraphPinRefe...

 

Pin

The pin that this search result refers to

Public variable

FString

 

Value

The meta string that was stored in the asset registry for this item

Constructors

Name Description

Public function

FFindInMaterialResult

(
    const FString& InValue
)

Create a root (or only text) result

Public function

FFindInMaterialResult

(
    const FString& InValue,
    TSharedPtr< FFindInMaterialResult >...,
    UEdGraphPin* InPin
)

Create a listing for a pin result

Public function

FFindInMaterialResult

(
    const FString& InValue,
    TSharedPtr< FFindInMaterialResult >...,
    UEdGraphNode* InNode
)

Create a listing for a node result

Public function

FFindInMaterialResult

(
    const FString& InValue,
    TSharedPtr< FFindInMaterialResult >...,
    UClass* InClass,
    int InDuplicationIndex
)

Create a listing for a search result

Functions

Name Description

Public function Const

TSharedRef< ...

 

CreateIcon()

Create an icon to represent the result

Public function Const

FText

 

GetCategory()

Get Category for this search result

Public function Const

FString

 

GetCommentText()

Gets the comment on this node if any

Public function Const

FString

 

GetValueText()

Gets the value of the pin if any

Public function

FReply

 

OnClick

(
    TWeakPtr< class FMaterialEditor > M...
)

Called when user clicks on the search item

Help shape the future of Unreal Engine documentation! Tell us how we're doing so we can serve you better.
Take our survey
Dismiss