Motion Warping component is disappearing on Editor restart or when swapping engine versions. When this occurs, the BP has the following Compiler Results messages: Component class is not set for'Mot ...
We likely have several places in the editor that convert text taken from an editable text into an FName without ensuring that the string will fit into an FName. This can lead to editor crashes. One ...
After deriving a C++ class from another class and then closing the editor, the project will crash when reopened. This crash will continue until the project files are regenerated and the project is r ...
If user execute "Remove Unused Bones from Skeleton" on Skeleton where PoseAsset exists, the index held in FPoseData :: TrackToBufferIndex in PoseAsset will not be corrected, and it will refer to the ...
In 4.25.1, I added a vectored exception handler to capture unhandled exceptions to the Editor process. This handler runs too soon. It doesn't let the structured exception handlers run first where ma ...
Crash when outputting garbled text when creating Android package. It did not occur in my colleague's environment using English OS, but occurred in my environment using Japanese OS. This issue should ...
Iterative and Incremental cooking are supposed to recook packages when their "inputs" change. Most of the time inputs are the package file itself and the other package files on which it has dependen ...
Typically, non-animated bones behave the same way as extra bones on a target skeleton. However, it appears that this isn't the case for mesh space additive sequences. When a bone is present on th ...
Adding DesktopPlatform to the PublicDependencyModuleNames.AddRange() section of the Project.Build.cs file causes the project to fail packaging with the following error (full package logs in callstac ...
Event track key with a structure containing staticmesh reference. Setting the staticmesh then reopening the property crashed the editor. ...