Note that this bug potentially also affects a wide variety of material / geometry setups; however, a translucent wireframe setup is currently the main reproduction case. The issue may also be notice ...
When generating a Control Rig from a Skeletal Mesh that contains “skel” in its name—or uses it as a prefix (i.e. skel_test)—Unreal Engine crashes. The crash occurs both when using the native Creat ...
Trying to automate the process of baking transforms via python and the identical code above works in 5.6 but not in 5.7. There are no error messages in the output log. When running in 5.7, it does ...
A licensee reported that generating the HLOD for his large WP based level is running out of space in the FName string table. He tracked the source of the problem to CL 47064601. Upon inspection ...
A crash may occur when changing the MaterialQualitylevel via Scalability due to a race condition. The issue occurs because in ScalabilityCVarsSinkCallback(), when it creates the FGlobalComponentRec ...
Testing the new dataless Mutable workflow in Unreal Engine 5.7. When replacing the old Skeletal Mesh node with the new Skeletal Mesh Parameter node, the cloth simulation stops working. ...
Enabling the ScriptableToolsFramework plugin causes compile errors in shipping configurations. This also applies to any plugins which depend on it, such as the ScriptableToolsEditorMode plugin. Thi ...
When you have a custom float channel and run the above, It works great if it's a regular 'MovieScene3DTransformSection' : LogPython: [ {channel_name: "Location.Y", section: "/Script/MovieSceneTrack ...
I’m encountering an issue when working with Mutable/Customizable Objects in combination with Modular Gameplay Features (MGF). Expected: Child Customizable Objects that are located inside a disable ...