UMaterialExpressionTextureSampleParameter::MatchesSearchQuery

MatchesSearchQuery: Check this expression to see if it matches the search query

Windows
MacOS
Linux

Override Hierarchy

UMaterialExpression::MatchesSearchQuery()

UMaterialExpressionTextureSample::MatchesSearchQuery()

UMaterialExpressionTextureSampleParameter::MatchesSearchQuery()

References

Module

Engine

Header

/Engine/Source/Runtime/Engine/Classes/Materials/MaterialExpressionTextureSampleParameter.h

Include

#include "Materials/MaterialExpressionTextureSampleParameter.h"

Source

/Engine/Source/Runtime/Engine/Private/Materials/MaterialExpressions.cpp

Syntax

virtual bool MatchesSearchQuery
(
    const TCHAR * SearchQuery
)

Remarks

MatchesSearchQuery: Check this expression to see if it matches the search query

Returns

true if the expression matches the search query

Parameters

Parameter

Description

SearchQuery

User's search query (never blank)

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