Packaging a Blueprint project from Windows Binary for Linux fails with the following error: UATHelper: Packaging (Linux): Program.Main: ERROR: AutomationTool terminated with exception: AutomationTo ...
Text/value is not highlighted when selecting slider fields in details This is extremely irritating in cascade and basically breaks usability. Does not occur in 4.11 Tags: Scrub Scrubbing value t ...
If a project is utilizing load/save game features and attempts to print that load/save game's text information to a text box in UMG, the text box will not update in real time. ...
The value of Max Angular Velocity on a component is being reset after changing the value and compiling the blueprint. Found in 4.12 binary, reproduced in Main CL 2994701. Could not reproduce in 4. ...
If a custom event has been deleted, the name used on that custom event will not be able to be used on other functions/variables. This can be seen on the video posted here; [Link Removed] ...
Packaging a project for iOS that has & in the Bundle Name causes an error to occur during packaging. IPP ERROR: Application exception: System.Xml.XmlException: An error occurred while parsing Entit ...
Setting AIPerception component Senses Config to AI Damage / AI Prediction / AI Team sense config will cause the editor to crash on Play. This may be related to [Link Removed] Crash Reporter [Link ...
In a project, if you duplicate the example level and attempt to save it, the save will finish, but the asterisk will remain on the file. Attempting to open the duplicated map will prompt another sav ...
When attempting to dynamically set the collision of a Spline Mesh component, the collision settings are not kept in a packaged game. Found in 4.10.4. Reproduced in 4.11 Preview 6 and Main CL 28772 ...
// enforce color target is <= depth and MSAA settings match if(RTTDesc.Width > DTTDesc.Width || RTTDesc.Height > DTTDesc.Height || RTTDesc.SampleDesc.Count != DTTDesc.SampleDesc.Count || ...