Sharing a workaround that worked for me, if that helps.
Open up C:\Program Files\Epic Games\UE_5.0\Engine\Plugins\Experimental\Animation\MotionWarping\MotionWarping.uplugin
and change the plugin’s loading phase from Default
to PreDefault
as show below:
{
"FileVersion": 3,
"Version": 1,
"VersionName": "0.1",
"FriendlyName": "Motion Warping",
"Description": "",
"Category": "Animation",
"CreatedBy": "Epic Games, Inc.",
"CreatedByURL": "http://epicgames.com",
"DocsURL": "",
"MarketplaceURL": "",
"SupportURL": "",
"EnabledByDefault": false,
"CanContainContent": true,
"IsBetaVersion": false,
"IsExperimentalVersion": true,
"Installed": false,
"Modules": [
{
"Name": "MotionWarping",
"Type": "Runtime",
"LoadingPhase": "PreDefault"
}
]
}