AI Perception Peripheral Vision Angle Degrees Being Doubled

UE - AI - Jun 7, 2016

Any value that is set for Peripheral Vision Angle Degrees in an AI Perception component's Sight config is doubled. This does not occur with the PawnSensing component, which is inconsistent behavio ...

Remove Item Node Removes All Objects in an Array

UE - Gameplay - Blueprint - Nov 9, 2015

Getting an object from an array at a certain index and then using the Remove Item node causes the entire array to be wiped. Found in 4.10 Preview 4. Reproduced in 4.9.2 binary and Main CL 2752291. ...

Cannot Focus on Meshes with Origins that Place them Beyond the Skydome in the Static Mesh Editor Viewport

Tools - Dec 15, 2016

When you have a mesh whose origin is distant enough that it places the mesh itself outside the skydome in the Static Mesh Editor Viewport, you cannot toggle "F" to focus on the mesh, thus making it ...

Project creation fails for code project named SteamVR

UE - Foundation - Core - Dec 22, 2016

When a code project is given the name SteamVR the project will fail to open with the error message shown in the screenshot. This does not occur for a blueprint project with the same name, blueprint ...

Setup.sh can fail on Ubuntu server

UE - Platform - Linux - May 3, 2017

update-desktop-database (desktop-file-utils package) may not be installed (and it is not installed by default on servers). Setup.sh fails in that case currently. ...

Auto Scalability always Defaults to Epic Settings on Macs

Tools - May 4, 2017

When using the Auto Scalability feature either through the Editor or through the console command, 'scalability auto', the settings default to Epic quality. Not that there are Macs out there that ca ...

Console variables foliage.ForceLOD and r.ForceLOD do not operate correctly for Foliage

UE - World Creation - Worldbuilding Tools - Foliage - Jun 21, 2017

There also does not appear to be any code to handle r.ForceLOD for HISMs. ...

Hard reference gets created by adding a retarget source to a skeleton

OLD - Anim - Aug 18, 2017

Adding a retarget source to a skeleton would create a hard reference from the skeleton to the mesh(retarget source mesh). ...

Morph Target Flickers When Toggled and On Collision

OLD - Anim - Oct 19, 2017

-Can not currently open mesh due to lack of skeleton but user sent in his entire project/game so it had to be stripped down due to file size. Message/Email me if the skeleton or entire project is n ...

AudioComponent generated by SpawnSoundAtLocation is can't destroy with DestroyComponent.

UE - Audio - Oct 25, 2017

AudioComponent generated by SpawnSoundAtLocation is can't destroy with DestroyComponent. When AudioComponent is generated, "AudioComponent-> bAllowAnyoneToDestroyMe" must be "True". ...