Navigation
API > API/Editor > API/Editor/UnrealEd > API/Editor/UnrealEd/Commandlets > API/Editor/UnrealEd/Commandlets/FFuzzyPathMatcher
References
| |
|
| Module |
UnrealEd |
| Header |
/Engine/Source/Editor/UnrealEd/Classes/Commandlets/GatherTextCommandletBase.h |
| Include |
#include "Commandlets/GatherTextCommandletBase.h" |
Syntax
enum EPathTestPolicy
{
MatchesWildcard,
StartsWith,
}
Values
| Name |
Description |
| MatchesWildcard |
Performs the path test with FString::MatchesWildcard. |
| StartsWith |
Uses FSTring::StartsWith to perform the path test against this fuzzy path. |
- The algorithm used to test path matches for a fuzzy path. Defaults to FString::MatchesWildcard