Regression No, according to affects versions 4.27 and 4.27.1 The restore process proceeds in the following order : 1. Remove spawnable actor in first cut (no effect because the actor is already r ...
The content browser compares folder names against INVALID_LONGPACKAGE_CHARACTERS, which allows parentheses. However, object paths compare against INVALID_OBJECTPATH_CHARACTERS, which disallow parent ...
A user reported this issue to us through Salesforce. They initially said it crashed with both Spot Lights and Rectangle Lights, but I was only able to repro with Rectangle lights. Additionally, I di ...
This may be more of an error when detecting the input when layer blending is being used (as we've seen in other functions), rather than it necessarily being an error with the compilation of the stan ...
ResolveName will replace the subobject delimiter (colon) with two periods. This increases the length of the string, and can cause asserts due to the string exceeding NAME_SIZE even when the name was ...
This is an interesting bug because it is only happening on BeginPlay. I guess that there is some order of operations that the camera manager uses during creation that will stop if the game is paused ...