The Level Visibility tracks part of a Subsequence are turned off every time you save the Leve Sequence. It does not happen if Level Visibility tracks are added in the main Sequence. ...
A crash from bad memory access can happen when clearing the textures in a Texture2DArray asset. This appears to be because the order of operations when deleting the platform data is: ``` if (Privat ...
From a licensee: The issue is that under certain edge conditions I am experiencing Anim Notifies not being executed on our Dedicated Server ( it is an off case, so they typically do work, there a ...
When cooking world partition maps, it automatically writes out several maps in a "Generated" folder below the location of the map in the editor. In the repro above, this will create maps such as /Ga ...
User report: I want to run iOS shaders with half precision floats as I do on Android. If I disable Force 32 bits Floating Point Precision, there are unfortunately a bunch of shader compilation error ...
When the boolean is set on a child skeletal mesh, looks like it gets reset Specifically , at UActorComponent::ConsolidatedPostEditChange forces a reconstruction of the Blueprint, making the trans ...
IAssetRegistry::GetChecked().ScanPathsSynchronous() now eventually calls FPathExistence::LoadExistenceData and logs the errorFPathExistence failed to gather correct capitalization from disk for <p ...
When custom RayTracingGeometry is created, a crash is triggered by an assert at: Engine\Source\Runtime\Engine\Private\Rendering\RayTracingGeometryManager.cpp line 252 "Unexpected entries in BuildP ...
Works fine in 2023.1 ...