Compiling UObject blueprint causes Instanced variables of the blueprint type to show as "REINST" in other blueprints

UE - Gameplay - Blueprint - Oct 7, 2016

When a UObject blueprint is compiled, other blueprints with an Instanced variable of that type will show as REINST and will not recognize the original blueprint data. ...

Particle System Warmup Time causing Crash with Light Module and High Quality Lights

UE - Graphics Features - Oct 7, 2016

A crash occurs when Opening a level with a Particle System that contains a warmup time and a Light module with High Quality Lights checked. This crash seems very isolated and specific as it does no ...

Error when attempting to generate an SSH key for remote building

Tools - Oct 7, 2016

Error is displayed when attempting to generate an SSH key.Unexpected remote arg: EngineQA@10.1.110.49:.ssh/RemoteToolChainPrivate.key rsync error: syntax or usage error (code 1) at /home/lapo/packa ...

Show Navigation appears to fail if the Agent Radius is 40 or higher

UE - AI - Oct 7, 2016

Show Navigation appears to fail if the Agent Radius is 40 or higher ...

Structs appears to display incorrectly in behavior tree nodes

UE - AI - Oct 7, 2016

When editing a behavior tree blueprint, if one of the custom nodes created and placed in the behavior tree has an "Editable" variable of a user defined struct type, then the variable's value appears ...

Warnings displayed when launching the editor in DX12

UE - Graphics Features - Oct 6, 2016

Following warning is displayed in the log when launching in dx12:[2016.10.06-22.33.36:185][ 0]LogD3D12RHI:Warning: Root signature created where the root parameters take up 18 DWORDS. Using more tha ...

Precise Click is not working correctly with Buttons

UE - Editor - UI Systems - Oct 6, 2016

A licensee reported an issue where a recent change to SButton.cpp in 4.13 causes an issue with Precise Click in multiple situations, his example being the one described in the repro steps, which is ...

Crash in VehicleGame Standalone game when attempting to drive

UE - Graphics Features - Oct 6, 2016

This was on an Nvidia Macbook Pro. Doesnt crash on an AMD iMac. ...

When syncing source control assets through the editor, assets in the content browser disappear if moved before sync process

UE - Editor - Content Pipeline - Content Browser - Oct 6, 2016

When an asset is moved in the editor (from one folder to another) and then submitted to source control, syncing to the folder where the asset was moved to causes it to not appear in the new location ...

A physics actor will still bounce if the Restitution of a Physical Matieral is set to 0

UE - Gameplay - Oct 6, 2016

A physics actor will still bounce if the Restitution of a Physical Matieral is set to 0 User Description: Explanation : I am trying to create a Badminton Game for fun and while I was trying to han ...