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

Move 'Scale is not valid' warning to MessageLog to make it more noticeable.

UE - Foundation - Core - Aug 30, 2016

Memory leak when comparing scale value with 0 on transform. It appears that the memory used by the editor increases by 25-50 mbs while comparing the scale to 0. Regression (no) issue (does) occur ...

Struct array of type 'key' dirties blueprint each time it is re-opened

UE - Gameplay - Blueprint - Aug 29, 2016

Struct array of type 'key' dirties blueprint each time it is re-opened. Regression (no) issue (does) occur in 4.11.2 ...

UGameplayStatics::SuggestProjectileVelocity always fails if parameter set as ESuggestProjVelocityTraceOption::TraceFullPath

UE - Gameplay - Aug 29, 2016

SuggestProjectileVelocity will always return false if ESuggestProjVelocityTraceOption is set to TraceFullPath. ...

Can not save Material after copying a Comment into Graph from Material Function

UE - Rendering Architecture - Materials - Aug 29, 2016

When using a material function in a graph with a comment copied from that same material function will cause the material not to save. The error message that pops up says " ...Graph is linked to priv ...

sphere collision with start and end points set to the same value return no hit objects

UE - Gameplay - Aug 29, 2016

Sphere collision with start and end points set to the same value return no hit objects. Workaround Set the end vector to 1 away from the start vector (0,0,0 to 1,1,1, etc.) Regression (no) issue ...

Crash when jumping to location of referenced missing asset in a blueprint from Message Log window

Tools - Aug 29, 2016

I created a static mesh blueprint and set the mesh asset to a mesh in my project. Then I closed the project, deleted the mesh .uasset, reopened the project. When opening the blueprint, there are w ...

Launcher installed build is missing the Documentation/Extras folder

UE - Foundation - Build - Rocket (Installed Engine) - Aug 26, 2016

Because the extra folders is missing, the HTML help for console commands cannot be generated. ...

Motion Blur has noticeable Artifacts when rotating Camera

UE - Graphics Features - Aug 26, 2016

When rotating a camera about an actor the motion blur starts to create blocky/pixelated artifacts around the character in a halo. This can be further exaggerated by moving the actor while rotating t ...

Custom events with a struct that has had its pin split will throw an error when adding variables to the blueprint

UE - Gameplay - Blueprint - Aug 26, 2016

Custom events with a struct that has had its pin split will throw an error when adding variables to the blueprint. The Struct appears to throw an error when making changes that are seemingly unrelat ...