Navigation
API > API/Runtime > API/Runtime/Engine > API/Runtime/Engine/UMaterialExpression
Description
MatchesSearchQuery: Check this expression and, if applicable, it's subobjects,to see if it matches the search query. Also provides an FFindInMaterialResult object to return additional data for the result.
Derived Overrides
| Name | DeepSearchQuery |
| Type | function |
| Header File | /Engine/Source/Runtime/Engine/Public/Materials/MaterialExpression.h |
| Include Path | #include "Materials/MaterialExpression.h" |
| Source | /Engine/Source/Runtime/Engine/Private/Materials/MaterialExpressions.cpp |
virtual bool DeepSearchQuery
(
const TCHAR * SearchQuery,
TSharedPtr < FFindInMaterialResult > SearchResult
)
true if the expression matches the search query
Parameters
| Name | Remarks |
|---|---|
| SearchQuery | User's search query (never blank) |
| SearchResult | Result data |