Assertion when Blueprint Nativization Method is set to Exclusive and no Blueprints are selected

UE - Gameplay - Blueprint Runtime - Dec 23, 2016

Setting the Blueprint Nativization Method to Exclusive while there are no blueprints present in the project, or selected causes this assertion. I came across this bug attempting to verify another ...

Blueprint compile fails after changing the default values of a struct that is part of another struct that makes up a Data Table that is used within the Blueprint.

UE - Gameplay - Blueprint - Dec 23, 2016

Changing the default value of a struct that is included as an array in another struct can prevent any Blueprints that use a DataTable made from the second struct from compiling. It appears to be a p ...

Creating animation assets from right-clicking skel mesh results in showing incorrect mesh in Persona

OLD - Anim - Dec 23, 2016

REGRESSION No. When a skeleton has multiple skel meshes assigned to it, if the user creates a animation asset (animation blueprint, composite, montage) by right-clicking the skeletal mesh and selec ...

Data loss caused by C++ Child Actor Component when compiling Child BP

UE - Gameplay - Blueprint - Dec 22, 2016

Having Child Actor Components that are set in code can cause data loss upon compiling the blueprint. In this particular scenario, there are two custom Actor classes involved, MainActor and SubActo ...

Inconsistance Line Trace behavior

UE - Simulation - Physics - Dec 22, 2016

Line trace component appears to return a hit result even when the trace should not have had anything to hit. Attached project shows line trace start & end points. Even when the trace doesn't overla ...

Crash occurs when importing attached FBX with default import settings

UE - Editor - Content Pipeline - Import and Export - Dec 22, 2016

While verifying a bug for 4.15 UE-39952 , I tried to repro in 4.14.2 and the editor crashed while attempting to import the attached FBX In 4.15, the Editor does NOT crash a window pops up stating t ...

UFE Deploying and launching a packaged build on Linux fails due to invalid directory

UE - Platform - Linux - Dec 22, 2016

Deploying and launching a packaged project, using a Custom Launch Profile that is set to copy the project to a repository, fails due to a missing /. I do not see this issue when running a Quick Lau ...

Using Set World Origin Location will cause the player pawn to stutter

UE - World Creation - Worldbuilding Tools - World Composition - Dec 22, 2016

Using Set World Origin Location will cause the player pawn to stutter. The faster the player is moving, the more prevalent the stuttering becomes. User Description: I have encountered a problem wh ...

Stat Sounds behavior inconsistent after being brought up repeatedly

UE - Audio - Dec 22, 2016

If the user runs the "stat sounds" command repeatedly over the course of multiple PIE sessions, there will be inconsistent behavior with when it appears on the screen. In the scenario given in the ...

Steering feels sluggish in VehicleGame

UE - Simulation - Physics - Dec 22, 2016

REGRESSION Yes, does not occur in 4.14.2. Steering in Vehicle Game feels very sluggish. Turning is slow, and the buggy loses a lot of acceleration. ...