Question marks are converted to %3F when used in the Launch URL node on an iOS device

UE - Platform - Mobile - Nov 8, 2016

When the Launch URL blueprint node is used to open a link on an iOS device, any question marks in the URL are converted to %3F instead and invalidate the link. This is different from the behavior on ...

Ambient Cubemap Assignment in Post Process Volume does not work with Forward Renderer

UE - Graphics Features - Nov 8, 2016

The Ambient Cubemap assignment in a Post Process Volume doesn't work when using the Forward Renderer. I want to note that Cubemap assignment in the Skylight does work. I checked this just to make s ...

"Could not make DefaultGameplayTags.ini Writable" toast when adding to Gameplay Tag Table List Array

UE - Gameplay - Nov 4, 2016

When adding an item to the Gameplay Tag Table List array in Project Settings, the user receives a toast reading: "Could not make ProjectPath/Config/DefaultGameplayTags.ini Writable" I didn't see t ...

Attaching skeletons with welding with simulation broken

UE - Simulation - Physics - Nov 4, 2016

Looks like there may be a missed edge cases when welding Skeletal Meshes. If the Weld Parent has Simulate Physics enabled after welding, the parent continuously tries to depenetrate from the child ...

Crash disabling Import Tags from Config in Project Settings

UE - Gameplay - Nov 4, 2016

Crash occurs when disabling Import Tags from Configs in the Project Settings under GamplayTags. There are also ensures that occur with it, linked here. If these need a separate fix, I can enter a ...

Crash when destroying a Widget Component during the OnAnimationFinished delegate of it's UserWidget

UE - Editor - UI Systems - Nov 4, 2016

UserWidget animations will be ticked as part of the WidgetComponent's DrawWidgetToRenderTarget(). This will lead to a crash when we attempt to set the LastWidgetRenderTime to GetWorld()->TimeSeconds ...

FBX sockets (that are parented to a mesh) import rotated when using axis conversion

UE - Editor - Content Pipeline - Import and Export - Nov 4, 2016

If you have socket locators parented to the mesh in Maya and you have a Y-Up environment, the sockets will import to UE4 with an incorrect orientation. See attached images. ...

EditInlineNew UObject properties in a UserWidget Blueprint are reset to None when the Blueprint is compiled.

UE - Gameplay - Blueprint - Nov 4, 2016

When a widget Blueprint that is derived from a custom UserWidget class containing a custom EditInlineNew UObject class property is compiled, any value that has been set in the UObject property is re ...

Crash In Material Editor When Previewing A Node

UE - Graphics Features - Nov 3, 2016

When previewing a blank texture sampler in the material editor while the HLSL window is open, you can assign a texture to the texture sampler and crash the engine. ...

Crash trying to add a key to a curve table in curve view

UE - Gameplay - Nov 3, 2016

Crash occurs when attempting to add a key to a curve in the curve table. This doesn't occur when adding a key to a regular curve. ...