Creating a material that has it's tessellation mode set to "PN Triangles" and assigning it to an object results in the objects geometry to not properly display in Wireframe view mode. Tested i ...
Using the math expression Atan2(y,x) inside of a math expression node results in an error. Tested in: 4.23.1 CL#9631420 , 4.25 CL#11341939 ...
When you are selecting an asset in the editor it jitters a little bit until unselected. Found in 4.25.0 Preview 1 CL#11723679 Reproduced in 4.26.0 Main CL#11724764 ...
This issue is regression. It crash only 4.25, and it dosen't crash in 4.24. Copy and past a specific track (spawnable, actor with event track, set endpoint) causes a crash in the editor. ...
Nodes of inherited function don't refresh automatically in the opened BP editor if implemented interface is changed.Workaround: refresh nodes manually Regression: NO Can be reproduced on the 4.25.1 ...
REGRESSION: Does not occur in 4.25 User is not able to use the Assign node with wildcard containers. The node is always made with single value parameter inputs and will generate compile errors. ...
It seems that when setting the Max Depenetration Velocity to a non-zero value, you are then unable to set it back to 0. Tested in //UE4/Release-4.25 @ CL 14469661 and this did not occur so marking ...
PerInstanceSMCustomData is bulk serialized and doesn't get changed on the BP instance when changing NumCustomDataFloats, possibly causing out of bounds array access leading to a crash. Possible sol ...
The user has a proposed fix for this in the case. FMaterialResource::IsDualBlendingEnabled needs the following modification that includes MaterialInstance check: bool bMaterialRequestsDualSourceBle ...
When switching the Camera's Exposure Metering Mode from Histogram to Manual, there is a single-frame flash. The Licensee has a proposed code change that would fix this issue. Also found in 5.4, CL 3 ...