GPUFree is called on allocations not made with GPUMalloc

UE - Platform - Console - Aug 30, 2016

GPUFree is sometimes called on allocations not made with GPUMalloc. Later this will cause GPURealloc to be called with invalid values and cause a crash. This can occur with vertex buffers. ...

QAGame crashes on launch for Mac

UE - Graphics Features - Aug 30, 2016

Crash when compiling shaders on Mac. Issue is most reproducible when running a standalone PIE instance. Even though running in -game is similar and will crash if all shaders for the map loaded are n ...

The Merge Actors Tool doesn't account for rotated collision shapes when doing non-uniform scaling

UE - Gameplay - Aug 30, 2016

Collision shapes for merged actors using the Merge Actor tool do not account for the rotation of the actor when combining the data. It looks like the X and Y collision shape rotation in the world ...

iOS crash on launch if GoogleVR plugin enabled

UE - Platform - XR - Aug 30, 2016

Aug 30 12:56:25 Unreal-Engines-iPhone TestCardboard_0826[472] <Warning>: Failed to load font: file not found at file:///var/containers/Bundle/Application/8224C7F6-6A72-4868-97A9-869A23CD6F2A/TestCardb ...

Packaging for HTML5 seems to have grown in package size

UE - Platform - Mobile - Aug 30, 2016

The size of packages for HTML5 has greatly increased since 4.10.4 to 4.11.2 and has since increased. Example: First person template, no starter content - size of whole HTML5 folder once packaged: 7 ...

Component is not compatible error on project restart

UE - Gameplay - Blueprint - Aug 30, 2016

Component is not compatible error on project restart User Description: I try to find a static mesh component in an array from the "hit component" and it compiles and works perfectly fine with abso ...

Stationary Point Light is Visible After Building Lighting When Visible is Unchecked

UE - Graphics Features - Aug 30, 2016

While going through a blueprint tutorial which has you build a small structure with a point light in it, then have a script telling the point light to toggle on and off while entering a trigger. I n ...

[CrashReport] UE4Editor_UnrealEd!UEditorEngine::TeardownPlaySession() [playlevel.cpp:595]

Tools - Aug 30, 2016

This Jira was created from CrashReports submitted by the public due to the high number of occurrences. Descriptions from users are provided below. Error message: Assertion failed: EditorWorld == G ...

Stop>Set Sequence>Play causes spawnables to be duplicated

UE - Anim - Sequencer - Aug 30, 2016

Stop>Set Sequence>Play causes spawnables to be duplicated There is an alternate repro (see attached image) that uses Create Level Sequence Player, but that one seems expected since it is, well, cre ...

Simulated actors collide with (but don't touch) kinematic actors.

UE - Simulation - Physics - Aug 30, 2016

Found this while working on [Link Removed] in the Dev-Physics-Upgrade branch (from 3.3 to 3.4). ...