collision components added to vehicles do not properly register overlap events

UE - Gameplay - Sep 16, 2015

overlap events do not fire when collision components such as sphere or capsule collision components are added to a vehicle blueprint. Overlap events seem to register if the component overlaps with o ...

Editor crash when spawning/cloning a static mesh actor

UE - Gameplay - Sep 10, 2015

Setting a FActorSpawnParameters' variable's Template to "this" and then spawning an instance of the static mesh actor using the parameter causes the editor to crash. ...

Issues converting enum to byte in BP

UE - Gameplay - Blueprint - Sep 8, 2015

User experienced unexpected AI behavior and was kind enough to share a stripped down version of the project. I was able to nail down issues user was experiencing to failed enum-to-byte conversion. U ...

Disabling collision of an actor after an overlap event will cause the event to fire twice

UE - Gameplay - Sep 3, 2015

Disabling collision of an actor after an overlap event will cause the event to fire twice This is working properly in 4.10-2674146 User Description: Calling on "Set Actor EnableCollision" or "Set ...

Editable Text crashes on Android

UE - Platform - Mobile - Sep 3, 2015

Editable text crashes the project on Android devices. This does not happen on iOS or Windows. ...

Enum to Byte conversion returns 2 for the first enum then 4 then 6 and so on rather than 0, 1, 2, etc

UE - Gameplay - Blueprint - Sep 1, 2015

Enum to Byte conversion returns 2 for the first enum then 4 then 6 and so on rather than 0, 1, 2, etc. This is a regression; does NOT occur in 4.8.3. Reproduced in 4.9.0 binary and Main (2675088) ...

REGRESSION: HierarchicalInstancedStaticMeshComponent LOD transitions are broken in 4.9 and Main

UE - Graphics Features - Aug 24, 2015

While testing another fix I noticed HISM LOD transitions are not working in Main or 4.9 branch. There is no screen-door effect and multiple LODs seem to be rendering simultaneously compared to 4.8. ...

ForEach 'Enum' node returns incorrect enum values

UE - Gameplay - Blueprint - Aug 21, 2015

ForEach 'Enum' node returns incorrect enum values User Description: The For Each loop and Byte To Enum function return weird things. The same outputs happen with the Byte To Enum, depending on wh ...

Dynamic point lights generate shader compile errors on HTML5

UE - Platform - Mobile - Aug 20, 2015

The new ES2 movable point lights look promising. Unfortunately, there seems to be an issue with them in HTML5 builds. They work great in the ES2 preview mode in the editor, but when running in an ac ...

Forward Rendering with Metal is stretched on iOS

UE - Platform - Mobile - Aug 19, 2015

When you turn off 'Supports Open GLES2' from the iOS settings and package a game with 'Support Forward Rendering with Metal (A7 and up devices)' the textures/materials are stretched across the objec ...