SFindInMaterial::StringMatchesSearchTokens

Determines if a string matches the search tokens

Unreal Engine C++ API Reference > Editor > MaterialEditor > SFindInMaterial

References

   
Module MaterialEditor
Header /Engine/Source/Editor/MaterialEditor/Public/FindInMaterial.h
Include #include "FindInMaterial.h"
Source /Engine/Source/Editor/MaterialEditor/Private/FindInMaterial.cpp
static bool StringMatchesSearchTokens
(
    const [TArray](API\Runtime\Core\Containers\TArray)< [FString](API\Runtime\Core\Containers\FString) > & Tokens,
    const [FString](API\Runtime\Core\Containers\FString) & ComparisonString
)

Remarks

Determines if a string matches the search tokens


Ask questions and help your peers Developer Forums

Write your own tutorials or read those from others Learning Library