Getting a crash when smoothing out landscape that has foliage painted on it. Seems to happen when I release the mouse. ...
Weird behavior occurs when toggling Simulate Physics on physics actors by input instead of on BeginPlay. Multiple odd behaviors are present such as touching physics actors ignoring collision. Test ...
In the Static Mesh Editor Viewport, hitting "F" for Focus results in placing the view camera sporadically so that mesh is not always centered and frequently out of frame altogether. Regression: Yes ...
GLSL_430 shaders are not cooked when deploying a project from Windows to Linux using Launch On. LogPlayLevel: PLINK: [31m[2016.11.16-18.36.22:414][ 0]LogMaterial:Error: The global shader cache fi ...
We currently overlook local variables being collapsed into new function and/or macro graphs, where they are no longer in scope. Current workaround: Manually delete local variable "get" and "set" no ...
Enabling bUpdateComponentTransformToRootBone in a GeometryCollectionComponent causes broken particles to appear in the wrong location. When that flag is true, the moment the GeometryCollection (GC) ...
Local class type variables do not correctly populate with default value information. Variables of a class type populate with default value information normally. ...
Inside a BP Interface, changing a Function output to an input will cause a compile error in the reference bp. [Error] "Graph named 'NewFunction_0' already exists in 'bpActor'. Another one cannot be ...
This occurs because the 'AttachParent' property is a UPROPERTY, and as a result when we create a new instance of a USceneComponent subtype, any USceneComponent subtypes it owns are treated as instan ...
When re-arranging an array that has been added to a character blueprint, the array adds an empty value to element [0] and leaves it in a broken state. I tested this using the Level blueprint as well ...