Show all available assets in editor using FStringAssetReference and AllowedClasses

Tools - Apr 22, 2016

Currently using FStringAssetReference and AllowedClasses will populate the asset picker with only valid instances that are currently placed in the level. This request would show all available asset ...

Static mesh with simulate physics does not update for clients joining after a session has started

UE - Networking - Apr 22, 2016

Static mesh with simulate physics does not update for clients joining after a session has started ...

Cannot Use Key Value Combo "Alt + F4" for New Action Mapping

UE - Gameplay - Input - Apr 21, 2016

You cannot use the key value combo "Alt + F4" as the input for an Action Mapping, whereas you can use "Alt + other F keys" as inputs. (Alt + F4 is a command to close programs in Windows) Expected: ...

Tags do not appear to save correctly when actors are copy and pasted

Tools - Apr 21, 2016

If the user adds a tag to the third person character blueprint with in the blueprint itself and then adds other tags afterwards using the details panel that is given when selecting an actor in the s ...

Blueprint actor reference breaks after hot reload

UE - Gameplay - Blueprint - Apr 21, 2016

Reference to a blueprint based on a custom class will break if changes are made to the parent class and a hot reload is performed. Error Displayed added to Callstack section. Workaround: Compiling ...

Minor memory leaks in Recast code

UE - AI - Apr 19, 2016

It seems there's a fair amount of allocations in Recast code that allocate n elements, but release the memory with as a single element (delete ptr). ...

Changing the value of BaseUrl in DependencyManifest.cs from http:// to https:// allows dependencies to be downloaded through some firewalls

UE - Foundation - Cpp Tools - UnrealBuildTool - Apr 18, 2016

If a user attempts to run Setup.bat to download the various dependency files while a SonicWALL firewall is in place, the download will fail to complete. Disabling the firewall allows the download to ...

Assets with Render in Main Pass disabled show shadow artifacts

UE - Graphics Features - Apr 18, 2016

This issue was originally reported specifically for Destructibles, but it appears to affect Skeletal Meshes, and static meshes when selected. When "Render in Main Pass" has been disabled skeletal an ...

Blueprint Viewport Not Updating When Destructible Mesh Component is Assigned a Mesh

UE - Simulation - Physics - Destruction - Apr 18, 2016

When you add a Destructible Mesh to a Destructible Mesh Component inside of a blueprint, the viewport is not updated with the new mesh. If you add the blueprint to the level and then open the bluepr ...

Crash rendering image sequence if the Sub-Level with matinee is not loaded

Tools - Apr 15, 2016

Crash rendering image sequence if the Sub-Level containing the matinee is not loaded. This seems to go away if the level is either set to "Always Loaded". Seems to be a result of people not switch ...