Navigation
API > API/Editor > API/Editor/UnrealEd > API/Editor/UnrealEd/Commandlets
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
| Type | Name | Description | |
|---|---|---|---|
FFuzzyPathMatcher
(
const TArray< FString >& InIncludePathFilters, |
Functions
| Type | Name | Description | |
|---|---|---|---|
| EPathMatch |
Enums
| Type | Name | Description | |
|---|---|---|---|
| EPathMatch | |||
| EPathTestPolicy | * The algorithm used to test path matches for a fuzzy path. Defaults to FString::MatchesWildcard | ||
| EPathType |