SFindInMaterial::StringMatchesSearchTokens

Determines if a string matches the search tokens

Windows
MacOS
Linux

References

Module

MaterialEditor

Header

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

Include

#include "FindInMaterial.h"

Source

/Engine/Source/Editor/MaterialEditor/Private/FindInMaterial.cpp

Syntax

static bool StringMatchesSearchTokens
(
    const TArray< FString > & Tokens,
    const FString & ComparisonString
)

Remarks

Determines if a string matches the search tokens

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