Occurs 3/3 times. Orientation Warp plugin is missing from ABP_Manny BP in the TPS C++ project after project restart. Regression does not occur: Animation Warp plugin is not available in //UE4/Rel ...
7054614 was submitted to fix an issue with not being able to modify physics properties on instanced blueprints child components. This is related to [Link Removed]. This change causes BodyInstance t ...
When removing a mesh from a Character BP and undoing the engine will crash. This issue is occurring in //UE5/Release-5.3 @ CL 26560699 This issue is NOT occurring in //UE5/Release-5.2 @ CL 2600198 ...
When editing an IK retargeter, a static offset's value will get reverted to zero when UE is restarted. Tested in the following: //UE5-Release-5.3-CL-27405482 //UE5/Release-5.2-CL-26001984 ...
Engine built with Clang throws an exception when calling RtlVirtualUnwind with a different thread ID. Engines built with Microsoft compilers do not occur this problem. For example, if starting PI ...
In order to fix a major issue involving dissapearing actors during cook, we added instancing context duplication in 31925640. This actually undoes the optimization made from 26543720 Both reported ...
The GetOverlappingComponents node isn't working correctly on mobile devices. It seems like it may only not be registering components that are spawned at runtime, as it does change the number of over ...
The code to extract the FBodyInstance from the overlapping component is incorrectly interpreting the Overlap.BodyIndex as a BoneIndex. This results in incorrect bodies getting the force applied, as ...
Media Players and their associated textures do not render in standalone game or in a packaged project. Found on: //UE4/Release-4.11 CL-2897738 Checked 4.9.2 Binary from launcher, issue occurs ther ...
User in the linked UDN reports that the parent BP update was not being called in an animation blueprint unless they hooked up the parent call. By default this call is greyed out in the graph and sh ...