GenerateQTProject.ProjectFileParser.GetUnrealPathRegexPattern C# (CSharp) Méthode

GetUnrealPathRegexPattern() protected abstract méthode

Stores a regex which matches the Unreal Engine path in the project file. IMPORTANT: The part of the matching pattern which contains the actual string needs to be in the matching group "path"
protected abstract GetUnrealPathRegexPattern ( ) : string
Résultat string
        protected abstract string GetUnrealPathRegexPattern();