Widget components appear to be affected by lighting. This causes differences in color between widget components and widgets that have been added to the viewport. ...
The assert in BasePassRendering.cpp:693 fires, crashing to desktop when using this console command in the editor, in PIE, and closes out the window when playing in Standalone. Does not crash when us ...
The following code should be added in defineUPropertyMacros.h #ifndef UDelegateProperty #define UDelegateProperty DEPRECATED_MACRO(4.25, "UDelegateProperty has been renamed to FDelegateProperty") F ...
Checked on the Binary version //UE4/Release-4.25 stream CL 13942748 Version 4.25.3, logs are also saved into Engine folder: \AppData\Local\UnrealEngine\4.25\Saved\Logs instead of a Project folderIf a ...
FPropertyBase constructor does not handle a TMap/TSet property. Following workaround can avoid this error. explicit FPropertyBase(FProperty* Property) : PropertyExportFlags(PROPEXPORT_Public) ...
I've attached a project with the necessary materials that demonstrate this issue. I would expect that just because a Set Material Attributes node is inside a material graph it wouldn't affect the de ...
Particle systems ignore lighting channels - no matter what channel a light is on (even if no channels are selected), it will affect lit particles. Changing lighting channels on the particle itself h ...
SplineMeshComponent's collision will start to distort the longer the Spline becomes This is a regession. It was working in 4.13.2-3172292 User Description: When drawing out a long spline mesh ( r ...
Sub surface shading model has strange blotch color artifacts when used with ambient cubemap. Since the subsurface profile shading model can't be used with ambient cubemap I wanted to use the regular ...
Geometry in sublevel created with "Load Level Instance" ignores level transform. Other objects, such as Static meshes are affected by the transform. This issue is not a regression. Versions tested: ...