CL 17315409 Introduced a fix that relied on processing audio samples before a render. For remote renders this extra 30 seconds of audio processing seems to have made its way into the final results. ...
The Build All Levels editor action cleans up the world's NavDataSet (UNavigationSystemV1::NavDataSet) as pre-rebuild world cleanup by calling: SetNavigationSystem(nullptr); inside UWorld::Cleanu ...
The GameFrameworkComponentManager has a system for registering callbacks to execute in response to event changes. This ends up calling UGameFrameworkComponentManager::CallFeatureStateDelegates which ...
For some reason, iOS apps no longer launch on device when using QuickLaunch within the Editor. Instead, it does install the app onto the device, but when it attempts to then launch the app, a messa ...
When placing static mesh foliage and setting the foliage mesh's Collision Preset to Block All, the placed meshes do not consistently block parts of the nav mesh. Expected: Placed meshes (for examp ...
[Link Removed] ...
Context ActorComponents can schedule an end-of-frame update for themselves by calling UWorld::MarkActorComponentForNeededEndOfFrameUpdate. The UWorld will iterate all those actor components once pe ...
This is a regression from 5.3. It should be possible to inherit from ALight outside of the engine module without any sort of errors. Case: [Link Removed] ...
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 ...
Xcode has an issue with repeated launches onto an iOS device. After the initial install, Xcode is unable to install any other builds of that same app due to some sort of codesigning issue. A work ...