Importing the CAD file into Datasmith causes huge surfaces to appear on the model that do not appear in the CAD software. This was reported and tested in 4.22 (4.22E2). This was reproduced in 4.23 ...
With Forward Shading, MSAA and Accurate Velocities from Vertex Deformation enabled the viewport breaks. If any of these settings are different, the viewport is fine again. Found in 4.23 CL# 838658 ...
This is a regression.This does not affect UE5. Creating a function with parameter type TEnumAsByte<MyEnum> will crash while compiling. In 4.26 and UE5 the code compiles without issue, and the user ...
This is not a regression. Tested in //UE5/Release-5.1 CL23901901 Changing materials before making a change to a model with cube grid causes that previous selected material to be added to the model ...
For arrays, FPropertyReplicationStateDescriptorBuilder::IsSupportedProperty will set the FMemberProperty's ChangeMaskBits to "1U + FPropertyReplicationState::TArrayElementChangeMaskBits". If the arr ...
Requested by UDN : https://udn.unrealengine.com/s/case/500QP00000RyWvAYAV/requesting-an-engine-mod-to-access-certain-landscape-texture-patch-properties-in-blueprints-via-getters?fromCase=1 ...
The SplineNavModifierComponent does not have the same behavior as regular nav modifier components where the modifier can specify that it only replaces a given NavArea class. Setting the area class t ...
Copying and pasting an array of nested instanced subobjects from a level instance into a Blueprint's defaults and adding that Blueprint to the level will prevent the actor instance from saving. ...
Context State Tree Tasks have a configurable default value 'Should State Change on Reselect' which controls whether the task receives a EnterState/ExitState if completion of the current state is fo ...
I believe that this is happening because of a problem within USubobjectDataSubsystem::FindOrCreateAttachParentForComponent where it is creating duplicates of the character mesh because the "TestScen ...