In the blueprint editor when selecting multiple components and resetting a property that exists on both components to its default value, when the components had different default values the editor r ...
Since UE5.0, cannot edit double variables in property matrix. In UE4.27, it worked correctly and could be edited from the property matrix. This is because double variables are not supported in SProp ...
Turning on batching of sphere casts when colliding against complex gives incorrect results. Affects debug output and vehicle wheels and body movement. The issue is with the batch query mode which ...
From the UDN licensee: I put together a draft PR of something that should work. As I mentioned in the PR, this works as expected with one caveat; in SPinComboBox::Construct we are hardcoding the to ...
WaterBodyCustom seems not to work with Distance Culling settings on its own actor, either Draw Distance/Never Distance Cull or Allow Cull Distance Volume. It only can be controlled by the CullingD ...
The Editor Config system appears to support a hierarchy of JSON files (similarly to INI files) in three locations:Engine: "../../../Engine/Config/Editor"Project: "<PROJECT>/Config/Editor"User: "<APP ...
During a Multi-User Editing session with two or more team members two or more users can take control of the same actor and move it to different locations in the viewport at the same time. However, ...
Primitives with the "Lightmap Type" set to "Force Volumetric" are not shadowed correctly. Issue dates back to at least 4.27.2. As a workaround, making FLightCacheInterface::GetStaticInteraction al ...
When edited through the Details Panel in the Editor, TMap and TSet properties should not allow duplicate keys. When those keys are USTRUCTs with the “WithIdenticalViaEquality” trait, this should be ...