Blueprint Const Function Allows Array Clear

UE - Gameplay - Blueprint - Jan 11, 2017

Attempting to clear an array in a const function returns no compiler error in blueprints. If you create the same setup in C++ using a const function, an error is returning upon compiling as expected ...

Actor moves between levels when using Convert Actor

Tools - Jan 9, 2017

Using Convert Actor when the wrong level is selected can cause the actor to move levels. This doesn't seem to happen with every actor type but is 3/3 reproducible using the steps provided. User Des ...

Editor crash when enabling Distance Field AO Visualization in the Forward Renderer

UE - Graphics Features - Jan 9, 2017

When forward rendering is enabled along with Mesh Distance Fields if you go to visualize Distance Field AO in the main viewport the editor will crash. This only affects the Forward Render and works ...

A crash can occur when multiple Actors are spawned/destroyed simultaneously with each one loading an asset.

UE - Foundation - Core - Jan 6, 2017

A crash can occur if multiple Actors are spawned/destroyed simultaneously, with each Actor loading an asset when it is spawned. This does not occur 100% of the time, but it does occur quite frequent ...

TryConvertFilenameToLongPackageName fails to work on plugin assets

UE - Foundation - Core - Jan 6, 2017

Plugin mount point registration doesn't mount paths relative to both root and engine, only relative to root while most other Engine directory mount point registrations include both ../../Content/... ...

Disabling "Should Be Visible" On a Streaming Level Resets Variable Values

UE - Gameplay - Jan 6, 2017

When disabling "Should be Visible" of a stream level and then enabling it again, the values of variables in a Blueprint that has been placed in a stream level maintain their value in PIE but reset t ...

Add Controller Pitch Input Isn't Relative

UE - Gameplay - Jan 6, 2017

Add Controller Pitch Input isn't relative to the player. The user has provided a video of this issue occurring as well: [Link Removed] ...

Multiple Materials not assigned to Mesh on Import

UE - Editor - Content Pipeline - Import and Export - Jan 6, 2017

Not all material elements are created and assigned to the static mesh using multiple materials. With the attached mesh, only the first element is created and the other two are left non-existent. I c ...

Cannot change the Strength value on a Physics Constraint in the Viewport Details panel

UE - Simulation - Physics - Jan 5, 2017

Cannot change the Strength value on a Physics Constraint to anything other than the default value in the Viewport Details panel. When changed the editor will pause and replace the value with — This ...

Editor Crash with corrupted asset when opening within level or via the content browser.

Tools - Jan 5, 2017

Editor will crash when a skeletal mesh has been added to a level and then reopening the project later if you try and access this level. If you attempt to open the skel meshes in the content browser ...