FWildcardString::ContainsWildcards

Checks whether the specified pattern contains wild card characters.

Windows
MacOS
Linux

References

Module

Core

Header

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

Include

#include "Misc/WildcardString.h"

Source

/Engine/Source/Runtime/Core/Private/Misc/WildcardString.cpp

Syntax

static bool ContainsWildcards
(
    const TCHAR * Pattern
)

Remarks

Checks whether the specified pattern contains wild card characters.

Returns

true if the string contains wild cards, false otherwise.

Parameters

Parameter

Description

Pattern

The string to check.

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