Local notifications do not work properly on Android with SDK version 26. This is important as Google is now requiring Android SDK 26 or later for new apps. Regression?: No This occurred in 4.19.2 ...
Attempting to debug in VSCode on a Mac using the ProjectName (Debug) (ProjectName) configuration fails due to a missing precompiled file in the binary Engine installation. REGRESSION: No. The same ...
A user has reported that adding a Parent call to an inherited multicast function causes the event to be called twice if it is executed on a client. Regression?: No This occurred in 4.20 Link to te ...
When attempting to open a package using Vulkan, the application is loading and never opens. This happens for Launch On as well. This issue may be related to [Link Removed]. I was not able to reprod ...
Updates to dynamic navmesh cause navlinks to reset to their default state. Navigation still shows the path as accessible even though it isn't. This is a regression from 4.23.1 (CL-9631420) where th ...
DrawScale = Landscape->GetRootComponent()->GetRelativeScale3D(); ↓ DrawScale = Landscape->GetActorScale3D(); Changing as above will solve the problem. Output log displays this warning: LogPhysic ...
Virtual Texture is not available as an option for the Material Domain. Even if Virtual Texture support is enabled in the project settings. Tested in //UE4/Release-4.25 @ CL 14469661 and this did ...
Adding a track for LayerData.Offset throws an ensure that states "No default blender class specified on property, and no custom blender specified on entities. Falling back to float blender." This do ...
When soloing an audio track in sequencer, all the tracks are muted and nothing in soloed. Attached video shows Mute working correctly followed by Solo not working[Link Removed] Cannot reproduce i ...
Child Actor Components do not update Materials when applying instance changes to other instances. Repro Rate: 3/3 Tested this in //UE4/Release-4.27 @ CL#18319896 and the issue did occur there, it ...