While working in the //UE5/Main - Medium Priority - Platform Sanity Pass after being packaged and then uploaded onto supported android device, the screen just shows a black background as it is not p ...
FAnimNode_TransitionPoseEvaluator can cache a pose over multiple frames using FStackAttributeContainer rather than the heap equivalent. This will likely crash at some point if any user uses the cac ...
If the Wait Task is completed for the first frame, it may not return to the root node even after Finish. This can be avoided by increasing the wait time of the Wait Task (see CaseOK.mp4). When this ...
If a user setups up a custom transition graph that caches one of the input poses by setting the Evaluator Mode property to Freeze then the node fails to deal with the situation where the LOD or mesh ...
[CrashReport] UE4Editor-MovieSceneTracks!UMovieSceneComponentMobilitySystem::RestorePreAnimatedState(IMovieScenePreAnimatedStateSystemInterface::FPreAnimationParameters const &) [MovieSceneComponent ...
When adding the Start Matinee Camera Shake node to a blueprint and then playing the project, the editor crashes. When regression testing in 4.26 however, I noticed that compiling the Third Person Ch ...
When dragging the mobile joysticks in any direction, the snap to the edges regardless of how much the user inputs in said direction. This occurs with both the left and right joystick. This also occu ...
Regression checked in //UE4/Release-4.26.2 CL 15973114 the issue is not reproduced thee ...