Files
UnrealEngineUWP/Engine/Plugins/Animation/AnimationWarping/AnimationWarping.uplugin
koray hagen b42a28afb5 #jira UE-131665
#rb none
#trivial

Animation Warping Editor Module type fix

#ROBOMERGE-AUTHOR: koray.hagen
#ROBOMERGE-SOURCE: CL 18376738 in //UE5/Release-5.0/... via CL 18376739
#ROBOMERGE-BOT: STARSHIP (Release-Engine-Staging -> Release-Engine-Test) (v895-18170469)
#ROBOMERGE[STARSHIP]: UE5-Main

[CL 18376740 by koray hagen in ue5-release-engine-test branch]
2021-12-04 05:34:40 -05:00

27 lines
724 B
Plaintext

{
"FileVersion": 3,
"Version": 1,
"VersionName": "1.0",
"FriendlyName": "Animation Warping",
"Description": "Framework for animation and pose warping. This plugin includes Stride, Orientation, and Slope Warping alongside the Root Motion Delta animation attribute.",
"Category": "Animation",
"CreatedBy": "Epic Games, Inc.",
"CreatedByURL": "http://epicgames.com",
"EnabledByDefault": false,
"CanContainContent": true,
"IsBetaVersion": true,
"IsExperimentalVersion": false,
"Installed": false,
"Modules": [
{
"Name": "AnimationWarpingRuntime",
"Type": "Runtime",
"LoadingPhase": "Default"
},
{
"Name": "AnimationWarpingEditor",
"Type": "UncookedOnly",
"LoadingPhase": "Default"
},
]
}