FFuzzyPathMatcher

Performs fuzzy path matching against a set of include and exclude paths

Windows
MacOS
Linux

References

Module

UnrealEd

Header

/Engine/Source/Editor/UnrealEd/Classes/Commandlets/GatherTextCommandletBase.h

Include

#include "Commandlets/GatherTextCommandletBase.h"

Syntax

class FFuzzyPathMatcher

Remarks

Performs fuzzy path matching against a set of include and exclude paths

Constructors

Name Description

Public function

FFuzzyPathMatcher

(
    const TArray< FString >& InInclude...,
    const TArray< FString >& InExclude...
)

Functions

Name Description

Public function Const

EPathMatch

 

TestPath

(
    const FString& InPathToTest
)

Enums

Name

Description

Public enum

EPathMatch

Private enum

EPathType

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