[Link Removed] post process material is blacking out our left eye A test project is provided. ...
Licensees have reported that two UMaterialInterfaceEditorOnlyData objects are being created for duplicated assets, causing a name conflict when renaming. ...
When creating the emitter's track widget we search for the stack view model's root entry, but the stack view model pointer is null, so we crash. ...
Non-clustered geometry collections applied RemoveAllAnchors are not put into FPBDRigidsSOAs::DynamicGeometryCollectionArray, so acceleration is not reset every tick and they fall super fast. The fol ...
FBox properties in the editor are not being saved. This appears to be a regression caused by CL# 21566516 that was missed due to there being no editable box types in the Epic codebase. ...
The following error is generated in the Output log whenever a Wave Table is opened or any of the graphs are modified. It also occurs when adding an Input to a Sound Modulation Parameter patch or add ...
This is a regression. Tested in //UE5/Release-5.0 CL20979098 Behavior Tree appears to tick nodes to the right of an aborted node that is set to abort Both. Those nodes are not executed, but visuall ...
The FRHIFrameFlipTrackingRunnable thread is not initialized on Windows, so RHIGetFrameRate always returns zero. As a workaround, remove the code added by CalculateFPSTimings for Windows platform, a ...