This was a regression caused by the re-introduction of the escaping characters in CL#2056465.
This addresses TTP#338005 - Editor: If you copy/paste a comment that has an apostrophe in it, it'll show the escape character in the new comment (\\')
Reviewed by Tom Sarkanen, Matt Kuhlenschmidt
[CL 2107969 by Andrew Rodham in Main branch]
Now when token stream referenced object is in invalid state engine will try to print the reference (i.e. field or property) name in non-shipping and non-test builds.
#codereview Robert.Manuszewski
[CL 2104199 by Jaroslaw Palczynski in Main branch]
* Combine pending list with cache list
* Clarify which function are server vs client
* Separate functions into more specific roles (server vs client), and call correct functions accordingly
* Moved code out of function if only used in certain scenarios (client or server)
* This simplifies the scope of each function, rather than having to solve everything
[CL 2103805 by John Pollard in Main branch]
* No longer load streamed levels in package map, instead defer them, and then resolve pending guids when we can
[CL 2101156 by John Pollard in Main branch]
When CLASS_CompiledFromBlueprint is set and the ClassGeneratedBy is set - the function should return true.
But with EditorOnlyBP enabled the CLASS_CompiledFromBlueprint is set and the ClassGeneratedBy is null. Then the function should return false.
I didnÆt want to add any config setting for EditorOnlyBP outside the editor.ini. Hopefully the function will be removed, once the EditorOnlyBP becomes non-optional.
[CL 2100785 by Maciej Mroz in Main branch]