You've already forked UnrealEngineUWP
mirror of
https://github.com/izzy2lost/UnrealEngineUWP.git
synced 2026-03-26 18:15:20 -07:00
#jira UE-166823 #rb lauren.barnes #preflight 6352b20b7261e565c476ec3b [CL 22690089 by Robb Surridge in ue5-main branch]
33 lines
812 B
Plaintext
33 lines
812 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": "https://epicgames.com",
|
|
"EnabledByDefault": false,
|
|
"CanContainContent": true,
|
|
"IsBetaVersion": false,
|
|
"IsExperimentalVersion": false,
|
|
"Installed": false,
|
|
"Modules": [
|
|
{
|
|
"Name": "AnimationWarpingRuntime",
|
|
"Type": "Runtime",
|
|
"LoadingPhase": "Default"
|
|
},
|
|
{
|
|
"Name": "AnimationWarpingEditor",
|
|
"Type": "UncookedOnly",
|
|
"LoadingPhase": "PreDefault"
|
|
}
|
|
],
|
|
"Plugins": [
|
|
{
|
|
"Name": "AnimationModifierLibrary",
|
|
"Enabled": true
|
|
}
|
|
]
|
|
} |