Xcode build will fail if project has a file that was added by the Editor that contains a Copyright (©) symbol

UE - Platform - Apple - Mar 27, 2017

Code class files created by the Editor that include the Copyright symbol (©) are created with UTF-16 encoding. This encoding is not supported by Xcode on Mac, and will result in a build failure. In ...

Package build fails after disabling VR plugins

UE - Platform - XR - Mar 27, 2017

Package build fails after disabling VR plugins and launching the project The error message that pops up is: Fatal error: [Link Removed] [Line: 353] Missing global shader FPixelShaderDeclaration, P ...

Memory leak in PhysXSupport for commandlets

UE - Simulation - Physics - Mar 27, 2017

Commandlets that load physics assets such as FixupRedirects will populate GPhysXPendingKill* arrays, but they never get cleared. ...

Images become blurry when placed in a retainer box that is clipping off screen

UE - Editor - UI Systems - Mar 27, 2017

Images become blurry when placed in a retainer box that is clipping off screen. Note: This can also cause scaling problems for widgets contained in the retainer box ...

incorrect tool tip for "Convert Screen Location to world Space" node

UE - Gameplay - Blueprint - Mar 27, 2017

incorrect tool tip for "Convert Screen Location to world Space" node ...

Backspace Key not activating when working with 3D Widgets

UE - Editor - UI Systems - Mar 27, 2017

Backspace Key not activating when working with 3D Widgets and will not be called when working with the Widget Interaction component. User says they are having a similar problem with the enter key in ...

Plugin package failure can result in usable plugin

UE - Foundation - Cpp Tools - UnrealBuildTool - Mar 27, 2017

It looks like building HostProject for UE4Editor succeeds, then UE4Game fails, leaving a valid UE4Editor binary under HostProject/Plugins. If this is copied under Editor/Plugins, it will be found a ...

[CrashReport] UE4Editor_VisualStudioSourceCodeAccess!TComPtr<IDispatch>::operator->() [compointer.h:107]

Tools - Mar 27, 2017

*This Jira was created from CrashReports submitted by the public due to the high number of occurrences. Descriptions from users are provided below. Error message: Assertion failed: RawPointer != n ...

MSAA Breaks Deffered Decals On Mobile Preview

UE - Platform - Mobile - Mar 27, 2017

Decals seem to not render correctly while MSAA is enabled and in a mobile ES2 preview. ...

Child actor component removed when changing the class of a child actor component

UE - Gameplay - Components - Mar 27, 2017

Child actor component removed when changing the class of a child actor component. Only the default class for the child actor component is used. If the user attempts to change the class the child act ...