Adding map elements to a structure does not retain the information after saving and closing the project. This only appears to happen after you add a considerable number of Map containers inside a st ...
Two properties on the animation params are not exposed to BP ...
When a rotation pin with set values is split into three float pins, the values set for (X,Y,Z) rearrange themselves in the new float pins as (Y,Z,X). ...
Crash occurs if the user splits an Output Parameter on a function, then links one of the pins, and then removes the parameter entirely. I could not reproduce this in Main. ...
Using the Fill Data Table form CSV File node causes a crash when in a packaged project. ...
Packaged game will crash on open when using Nativize blueprint asset in the project settings if the user is calling the node Get Data Table Row ...
USplineComponent::GetSplinePointAt() returns an FSplinePoint with the ESplinePointType 'CurveCustomTangent' rather than the type from the setup.Expected: It should return the correct type. ...
An array of a structure that has been modified without the array's blueprint being complied results in the values of the array element being reset. Compiling each blueprint that has the array of str ...
REGRESSION Yes, does not occur in 4.16. Crash occurs when the user splits a vector pin on an anim node and then tries to promote one of the float nodes to variable. I could not reproduce this issu ...
1.glsl_type with image was not fully inited with HlslName field set, causing the crash 2.seems many types of op are not support by current hlslcc, cause error msg. e.g. RWTexture2D.Load[Image Remo ...