Create player node's return value does not appear to return the correct player for clients

UE - Gameplay - Blueprint - Apr 22, 2016

The direct reference appears to not work on the client when using the return value on the create player node ...

Imported FBX causes a crash

Tools - Apr 22, 2016

Edit MattK: This seems like more of a cooking issue than an fbx issue. The crash is related to nav collision When adding a FBX import into your project, if you do not close the project out and ope ...

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