Constraint axes are not visible in Physics Asset editor viewport

OLD - Anim - Jul 10, 2017

This is a regression from 4.16 as I was not able to repro this issue in //UE4/Release-4.16 at CL 3514769. ...

Changing Montage Section to a time beyond the current length breaks animation

OLD - Anim - Jul 7, 2017

User is able to set the Section Time to a value that's beyond the current length of the montage. This breaks the animation and the user can see issues in the UI as well (such as the timeline marker ...

The default hotkey for Delete is not properly displayed in the Edit menu on Mac

UE - Platform - Apple - Jul 7, 2017

The Delete option in the Edit menu on Mac does not display the hotkey that is set for it (by default it is the Delete key). On Windows, this option does display the set hotkey. Changing the hotkey ...

Mip Gen Blur Settings affecting Mip Level 0 when setting the Maximum Texture Size

UE - Graphics Features - Jul 7, 2017

When Blurring a Texture using Mip Gen Settings and setting the LOD Bias or Maximum Texture Size, the blur gets applied to the base Mip Level 0. This behavior is contrary to how it behaves when blur ...

Incorrect specs in experimental mobile PIE json profiles

UE - Platform - Mobile - Jul 7, 2017

I noticed three issues with the mobile PIE device preview json profiles:The Nexus5.json is a copy-paste of the GalaxyS3.jsonThe iPhone7.json DeviceModel is set to "IPhone7Plus"iPhone 5 is present in ...

[CrashReport] Tutorial crash UObject::execLetValueOnPersistentFrame()

UE - Gameplay - Blueprint - Jul 7, 2017

This is another Tutorial crash that shares a similar callstack with [Link Removed] and [Link Removed], but those specific repro steps have been fixed while this one is still occurring in 4.16.2. On ...

Drag and Drop Import option allows folders with space in name

UE - Editor - Content Pipeline - Import and Export - Jul 7, 2017

By using the drag and drop import feature, users can import files that contain spaces in the name. This causes an error in the editor where files inside it cannot save because of the name. Renaming ...

"ensureAsRuntimeWarning condition failed" when running Snapshot Pose with no assigned skeletal mesh

UE - Gameplay - Blueprint - Jul 7, 2017

ensureAsRuntimeWarning occurs when the user use Snapshot Pose with a skeletal mesh component that doesn't have a skeletal mesh assigned to it:LogScript: Error: E:\Release\Engine\Source\Runtime\Engin ...

[CrashReport] UE4Editor-MetalRHI.dylib!FMetalRHICommandContext::RHISetShaderUniformBuffer()

UE - Graphics Features - Jul 6, 2017

This is a common Mac crash User DescriptionsEnabling Volumetric Translucent Shadow for an object with Translucent Material and Forward Shading always crashes on MacOS Sierra , Unreal 4.13 Callstac ...

Child Actor Components Not Properly Destroyed on Clients

UE - Networking - Jul 6, 2017

Child Actor Components are not being destroyed on clients when Destroy Actor is called on the Actor containing the Child Actor Component. ...