Files
UnrealEngineUWP/Engine/Source/Runtime/Slate/Private/Framework/Text
jamie dale ed8d76a613 Optimized FDefaultRichTextMarkupParser
Create the FRegexMatcher for a given input string once rather than once per-loop, since they were always being constructed on the same input string, with SetLimits being used to restrict the match range.

#rb aditya.ravichandran
#rnx

[CL 33990355 by jamie dale in ue5-main branch]
2024-05-29 18:30:48 -04:00
..