Is Fullscreen Mode Dirty always returns true for Windowed Fullscreen

Tools - Feb 27, 2017

Is FullscreenMode Dirty is meant to track if the Fullscreen mode has changed from what it is currently set to. This does not function correctly for Windowed Fullscreen and always prints true even if ...

Editor Crashes When Cloth Asset Is Applied To Material With Support Compute Skincache Enabled

UE - Simulation - Physics - Character - Feb 24, 2017

After enabling Support Compute Skincache if you attempt to apply a cloth asset to a material in the skeletal mesh editor the engine will crash. This may seem similar to [Link Removed] but I confir ...

iOS movie become laggy and crashes when played in iPhone 6/6s.

UE - Platform - Mobile - Feb 24, 2017

Movie play in iOS is laggy and crashes in some movie. This issue seems to be happening when the movie is played in umg widget. Tested in 4.14.3 4.15 Dev_Mobile Latest as of 2/24 Original UDN post ...

Error when packaging C++ projects in 4.16 Binary

UE - Foundation - Core - Feb 23, 2017

Packaging a C++ project for Android, iOS, or Windows produces an Error. This issue did not reproduce when testing in a source build from P4. Spoke with ChrisB and he believes this is due to the pac ...

Crash using Import Commandlet on FBX that gets "Bones are too small" error when imported manually

UE - Editor - Content Pipeline - Import and Export - Feb 23, 2017

Crash using Import Commandlet on FBX that gets "Bones are too small" error when imported manually Error from manual import: Warning The bone size is too small to create Physics Asset 'ButterflyVa ...

Masked Materials using the Forward Renderer and MSAA results in banded Gradient

UE - Graphics Features - Feb 23, 2017

Masked materials used in conjunction with MSAA and Forward Rendering results in a banded gradient which seem to correlate directly with the MSAA count variable. This is connected to the Forward Ren ...

Cannot convert procedural mesh to static mesh with only 3 verticies

OLD - Anim - Feb 23, 2017

It is not possible to use the Create StaticMesh button to create a Static Mesh from a Procedural Mesh with only 3 verts. The following if check is the reason:if (RawMesh.VertexPositions.Num() > 3 && ...

Some components duplicated by Sequence Recorder

UE - Anim - Sequencer - Feb 23, 2017

Some components duplicated by Sequence Recorder Regression: YES Worked: 3249277 (4.14.3) Broken: 3299760 (4.15.0) ...

Incorrect collision on Instanced Static Mesh components that have been non-uniformly scaled and rotated

OLD - Anim - Feb 22, 2017

Incorrect collision on Instanced Static Mesh components that have been non-uniformly scaled and rotated. User Description: I have been experiencing a very annoying bug and I finally decided to tr ...

The number of elements in an array remain the same as the default when duplicating an actor

UE - Gameplay - Blueprint - Feb 22, 2017

If a user removes elements from an array in an instance of that blueprint in the level and then duplicates the actor (in the level ) containing the array, then the resulting actor will have the orig ...