This worked in previous releases, but changed around 4.27.2 and Early Access. This prevents users from using C# regular expressions.
using System.Text.RegularExpressions;
Regex rgx = new Regex("");
Expected Results:
Project builds without error
Actual Results:
Project fails to build.
There's no existing public thread on this issue, so head over to Questions & Answers just mention UE-143579 in the post.
1 |
Component | UE - Foundation - Cpp Tools - UnrealBuildTool |
---|---|
Affects Versions | 5.0 |
Target Fix | 5.1 |
Created | Feb 23, 2022 |
---|---|
Resolved | Mar 3, 2022 |
Updated | Mar 3, 2022 |