GenerateQTProject.ProjectFileParser.GetUnrealPathRegexPattern C# (CSharp) Method

GetUnrealPathRegexPattern() protected abstract method

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
return string
        protected abstract string GetUnrealPathRegexPattern();