Files
UnrealEngine/Engine/Plugins/Experimental/AnimNextWarping/AnimNextWarping.uplugin
2025-05-18 13:04:45 +08:00

42 lines
758 B
Plaintext

{
"FileVersion" : 3,
"Version" : 1,
"VersionName" : "0.1",
"FriendlyName" : "UAF Warping",
"Description": "Framework for animation and pose warping for UAF.",
"Category" : "Animation",
"CreatedBy" : "Epic Games, Inc.",
"CreatedByURL" : "https://epicgames.com",
"DocsURL" : "",
"MarketplaceURL" : "",
"SupportURL" : "",
"EnabledByDefault" : false,
"CanContainContent" : false,
"IsBetaVersion": false,
"IsExperimentalVersion": true,
"Installed" : false,
"Plugins":
[
{
"Name": "AnimNext",
"Enabled": true
},
{
"Name": "AnimNextAnimGraph",
"Enabled": true
},
{
"Name": "RigVM",
"Enabled": true
}
],
"Modules" :
[
{
"Name" : "AnimNextWarping",
"Type" : "Runtime",
"LoadingPhase" : "Default"
}
]
}