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

53 lines
1018 B
Plaintext

{
"FileVersion" : 3,
"Version" : 1,
"VersionName" : "0.1",
"FriendlyName" : "UAF Anim Graph",
"Description" : "Framework for defining animation graphs.",
"Category" : "Animation",
"CreatedBy" : "Epic Games, Inc.",
"CreatedByURL" : "https://epicgames.com",
"DocsURL" : "",
"MarketplaceURL" : "",
"SupportURL" : "",
"EnabledByDefault" : false,
"CanContainContent" : true,
"IsBetaVersion": false,
"IsExperimentalVersion": true,
"Installed" : false,
"Plugins":
[
{
"Name": "AnimNext",
"Enabled": true
},
{
"Name": "RigVM",
"Enabled": true
}
],
"Modules" :
[
{
"Name" : "AnimNextAnimGraph",
"Type" : "Runtime",
"LoadingPhase" : "PreDefault"
},
{
"Name" : "AnimNextAnimGraphEditor",
"Type" : "Editor",
"LoadingPhase" : "Default"
},
{
"Name" : "AnimNextAnimGraphUncookedOnly",
"Type" : "UncookedOnly",
"LoadingPhase" : "Default"
},
{
"Name" : "AnimNextAnimGraphTestSuite",
"Type" : "UncookedOnly",
"LoadingPhase" : "Default"
}
]
}