Unnecessary extra condition check in PropertyStruct.cpp

UE - Foundation - Core - Nov 3, 2016

On line 300 of PropertyStruct.cpp, there is the following if check:if ((Struct->StructFlags & STRUCT_SerializeFromMismatchedTag) && (Tag.Type != NAME_StructProperty || (Tag.StructName != Struct->Get ...

Default subobjects do not get PostLoad called

UE - Gameplay - Components - Nov 3, 2016

PostLoad function is not called for blueprint components added through code. Regression: Yes In 4.12.5 (CL 3039270) code components do have PostLoad called if other components are not added throug ...

Irrelevant If Else call in ScriptCore.cpp

UE - Gameplay - Blueprint - Nov 3, 2016

On line #1301 in ScriptCore.cpp, there is the following if statement:if (Function->FunctionFlags & FUNC_Native) { Function->Invoke(this, NewStack, ReturnValueAdress); } else { Fu ...

Crash In Material Editor When Previewing A Node

UE - Graphics Features - Nov 3, 2016

When previewing a blank texture sampler in the material editor while the HLSL window is open, you can assign a texture to the texture sampler and crash the engine. ...

Static Mesh Sockets are not updated on reimport

UE - Editor - Content Pipeline - Import and Export - Nov 3, 2016

Static Mesh Sockets are not updated on reimport Might be the same as [Link Removed], but decided to open a new report. ...

OSX editor fails to run on "older" hardware

at first, a "OpenGL Not Supported" message box appears and then the Editor instantly crashes after the "OK" button has been pressed. I tried again, but this time, passing in the "-opengl" flag. it ...

Crash when Enabling 'Generate Mesh Distance Field' and Restarting Project

UE - Foundation - Core - Nov 2, 2016

A user has reported that he gets a crash on his machine upon restarting after enabling the 'Generate Mesh Distance Fields' option within the Project Settings > Rendering options The callstack for t ...

Collapse All/Expand All not functioning as expected

Tools - Nov 2, 2016

This is only happening in the Editor Preferences/Project Settings. Hitting the Collapse All option removes everything and leaves the window blank where all of the settings were. Expand all brings th ...

VR Editor Taking Input From Wrong Controller in Foliage Painting.

UE - Editor - Workflow Systems - Nov 2, 2016

When in Foliage Painting mode, the left trigger press causes the right controller to paint foliage instead of the left controller. This bug does not affect Landscaping or Mesh Painting. This is a r ...

Custom Events with Default parameter names causes an internal compile error

UE - Gameplay - Blueprint - Nov 2, 2016

Custom Events with Default parameter names causes an internal compile error User Description: I'm not sure if it's a bug,but I post it in bug reports in case it is.Here is the problem: create a c ...