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

Compiling a Blueprint that references a deleted Macro from a Custom Macro Library will crash the editor

UE - Gameplay - Blueprint - Sep 3, 2015

Compiling a Blueprint that references a deleted Macro from a Custom Macro Library will crash the editor. Crash Report: [Link Removed] This is a regression: did NOT occur in 4.8.3. Reproduced in 4. ...

Changing Material for Landscapes with Visibility tool causes Crashes

UE - LD & Modeling - Terrain - Landscape - Sep 3, 2015

After a user creates a hole using the visibility tool on a landscape UE4 crashes. ...

Word Count increases dramatically when Make Post Process is added to Level Blueprint

UE - Editor - UI Systems - Localization - Sep 2, 2015

When you add the Make PostProcessSettings node to the Level Blueprint without connecting it to any other node, the Word Count jumps from 657 to 2870. Removing the node and initiating a level save w ...

Scroll off set for "Scroll box" is incorrect after scrolling with the mouse wheel

UE - Editor - UI Systems - Sep 2, 2015

If the user uses a scroll box and then get the offset of the scroll box it will read correctly until the user uses the mouse wheel to scroll down. The scroll offset will then read lower than the act ...

Editor performance drops when locking read-only levels.

Tools - Sep 2, 2015

When locking read-only levels (via Levels->context menu), each frame we check that both the package exists on disk and whether the file is read-only. Performing this each tick can cause a substantia ...

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

Adding a scene component to a child blueprint causes log warnings to appear in output log

UE - Gameplay - Blueprint - Sep 1, 2015

If a scene component is added to a child blueprint and the parent blueprint is compiled, a log warning will appear that states: "LogBlueprint:Warning: USimpleConstructionScript::FixupRootNodeParen ...

Destroying a Component doesn't trigger the OnComponentEndOverlap node

UE - Gameplay - Sep 1, 2015

Destroying a Component doesn't trigger the OnComponentEndOverlap node User Description: OK, so I have an actor with only one component: BoxCollision, with default settings. I place it on map. In m ...