When a material with WPO effects and MaxWorldPositionOffsetDisplacement is applied to a foliage mesh, foliage applied to a map will no longer work as expected with density scaling, especially after ...
Changing the default value of a struct that is included as an array in another struct can prevent any Blueprints that use a DataTable made from the second struct from compiling. It appears to be a p ...
When a Post-Process Material uses the Scene Texture Material Expression, the following code is generated: ``` MaterialFloat2 Local0 = Parameters.TexCoords[0].xy; MaterialFloat2 Local1 = ClampSceneT ...
Destructible attached with a Physics Constraint have inconsistent physics compared to a standard Static Mesh. This is also sometimes prevalent with Destructibles that aren't attached with a Physics ...
When a shipping build is packaged using specific rendering settings a memory leak can be observed. The licensee has noted that this leak presents as a 10MB per hour increase in RAM usage. It has a ...
When using Trace Complex in a LineTraceByChannel node does not give accurate results when object is simulating physics and scaled. The scaled root mesh in the BP will only register its collision rat ...
When working in the "Landscape" editor mode, in both the "New" and "Import" tools, it is possible to import a single heightmap, as well as a weightmap for each layer. Each of these maps can come fro ...
When a Blueprint contains multiple layers of nested subobjects, any subobjects below the top-most layer do not have changes to their properties propagate to child Blueprints. See attached project (c ...
When using the Make Writable button, it is intended to make the file editable without the prompt to check an asset out popping up on subsequent attempts to save the asset. This does not work for Sub ...
The editor does not seem to be handling frame ranges properly for 60fps animations. Say you have a 200 frame animation that spans frame 0-200. Upon import it will be 201 frames. If you set the ra ...