// enforce color target is <= depth and MSAA settings match if(RTTDesc.Width > DTTDesc.Width || RTTDesc.Height > DTTDesc.Height || RTTDesc.SampleDesc.Count != DTTDesc.SampleDesc.Count || ...
When you make the outline very thick, holes can appear within the area of the thick outline. This would happen both in English and Japanese. ...
IsEditorOnly Component is hidden when it is duplicated. This can be redisplayed by blueprint compile, but it is preferable that it is the same as when IsEditorOnly is disabled. Gif1 is the case of ...
Child Actor Components class settings does not appear to replicate as expected. When the class is changed at run time, the change is not reflected on the client. Additional note: If the class is ...
When using the scroll wheel to move, the user will gradually come to a stop when going forward and will increase in speed when moving backward. If the user moves forward using this method until they ...
[Image Removed] [Image Removed] [Image Removed] [Image Removed] ...
When a landscape uses simple collision, the returned physical material can be mismatched. This seems to be a result of ConvertHeightfieldDataForPhysx within ULandscapeHeightfieldCollisionComponent: ...
When a macro takes in a two Wildcard inputs and two Wildcard outputs connecting a variable to one assigns the value of all the outputs even if they don't connect (check attached image). You can see ...
The Radial Blur shader doesn't look correct with ray tracing translucency enabled. Found in 4.24.1 CL#10757647 Reproduced in 4.25 Main CL#11050671 ...
Using r.Shaders.Optimize=0 with native metal libs results in a crash of the packaged build at runtime. Workarounds is to either not use native metal libs for text shaders or in MetalShaders.cpp co ...