4.14 Launcher version ships with UE4-VulkanRHI*.a but requires Github source

UE - Platform - Mobile - Nov 7, 2016

Launcher build ships with VulkanRHI Android binaries but do not seem to support Vulkan on Android from the launcher build without source. ...

App crashes on launch when packaged for Vulkan with Scalable 2D/3D

UE - Platform - Mobile - Nov 4, 2016

No Vulkan SDK was installed Crashed on a Nexus 6P ...

Ensure When Pasting Timeline Node that was Previously Connected to a Node into a Function

UE - Gameplay - Blueprint - Nov 4, 2016

An ensure is occurring when pasting a timeline that was once connected to a node into a function in blueprint. Regression: No, this also occurs in 4.12.5. ...

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. ...

Incorrect Struct variable type after restarting the editor

UE - Gameplay - Blueprint - Nov 4, 2016

If the editor is restarted between creating a blueprint enum and creating a struct / adding a variable of the enum type to the struct, then the variable type will incorrectly show as "Enum" rather t ...

Events Still Firing After Stopping Blueprint After Hitting Breakpoint

UE - Gameplay - Blueprint - Nov 4, 2016

After hitting a breakpoint and then stopping the execution of a blueprint using the Stop button, the next event is still being fired. Found in 4.13.2, reproduced in 4.12.5 and 4.14 Preview 2. ...

New UPROPERTY variables cannot be added to the Actor Tick category

UE - Gameplay - Blueprint - Nov 4, 2016

Adding the category "Actor Tick" to a UPROPERTY variable adds the variable to a new blueprint category rather than the existing Actor Tick category. ...

UCLASS_HideCategories syntax is not consistent with UPROPERTY_Category syntax

UE - Gameplay - Blueprint - Nov 4, 2016

When the Category specifier of a UPROPERTY has more than one word, using the UCLASS specifier HideCategories requires the category name to be written all as one word even if the UPROPERTY is separat ...

Morph Targets Get Overridden By APEX Cloth

UE - Simulation - Physics - Character - Nov 4, 2016

Using a material element with Apex cloth will override the morph targets so that they have no effect. This issue didn't exist in 4.10 and seems to have been introduced in 4.11 due to the many optim ...

Missing check for nullptr in Linker.cpp

UE - Foundation - Core - Nov 3, 2016

At line 610 in Linker.cpp, the following declaration is made:UPackage* FilenamePkg = (ExistingPackage ? ExistingPackage : CreatePackage(nullptr, *PackageNameToCreate)); if (FilenamePkg != Exis ...