FWildcardString::IsMatch

Matches the given input string to this wild card pattern.

Windows
MacOS
Linux

References

Module

Core

Header

/Engine/Source/Runtime/Core/Public/Misc/WildcardString.h

Include

#include "Misc/WildcardString.h"

Syntax

bool IsMatch
(
    const FString & Input
) const

Remarks

Matches the given input string to this wild card pattern.

Returns

true if the input string matches this pattern, false otherwise.

Parameters

Parameter

Description

Input

The string to match.

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