GenerateQTProject.ProjectFileParser.GetUnrealPathRegexPattern C# (CSharp) Метод

GetUnrealPathRegexPattern() защищенный абстрактный Метод

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
Результат string
        protected abstract string GetUnrealPathRegexPattern();