RenderTrace plugin does not appear to have been updated for a change that moved the GPUScene out of the View buffer to its own uniform buffer. (CL 24027890) The test project is based on FirstPerson ...
The function "FMaterialDerivativeAutogen::GetFunc1ReturnType(...)" does not have a case for "EFunc1::Exp2". Also found in Release-5.4, CL: 331987674 ...
UAssetManager::ChangeBundleStateForPrimaryAssets allows adding new BundleNames to the list of BundleNames loaded for a PrimaryAssetId. Each BundleName specifies a BundleEntry with a list of assets. ...
Animations can't be played with Sequencer via slot nodes in linked anim graphs when an additive/layered FK Control Rig is active. This is because adding an FK Control Rig changes the anim instance ...
External changes to source control are causing state desyncs which get expressed in code as multiple operations on the same items in the same UI visit. This check is in place because when only using ...
Address Sanitizer (asan) is currently not working on iOS. This could be a helpful feature to get working again. ...
Currently FNotifyNodeInterface directly references notifies that live within the related anim sequence. This can cause intermittent crashes when notifies are removed as the UI can still reference t ...
When duplicating a blueprint interface, the GraphGuids of the original BP interface's function graphs are unchanged: function graphs across the two BP interfaces now have the same GraphGuid. This is ...
When a Material Instance with Layer Parameters is added to the Level Landscape, the Layer Names get added to the Localization Dashboard. ...