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

78 lines
1.4 KiB
Plaintext

{
"FileVersion" : 3,
"Version" : 1,
"VersionName" : "0.1",
"FriendlyName" : "Unreal Animation Framework (UAF)",
"Description" : "Framework for defining functional data flow for animation systems",
"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": "RigVM",
"Enabled": true
},
{
"Name": "ContentBrowserFileDataSource",
"Enabled": true
},
{
"Name": "PythonScriptPlugin",
"Enabled": true
},
{
"Name": "Workspace",
"Enabled": true
},
{
"Name": "EditorScriptingUtilities",
"Enabled": true,
"TargetAllowList": [ "Editor" ]
},
{
"Name": "HierarchyTable",
"Enabled": true
},
{
"Name": "HierarchyTableAnimation",
"Enabled": true
},
{
"Name": "GameplayInsights",
"Enabled": true
}
],
"Modules" :
[
{
"Name" : "AnimNext",
"Type" : "Runtime",
"LoadingPhase" : "PreDefault"
},
{
"Name" : "AnimNextEditor",
"Type" : "Editor",
"LoadingPhase" : "Default"
},
{
"Name" : "AnimNextUncookedOnly",
"Type" : "UncookedOnly",
"LoadingPhase" : "Default"
},
{
"Name" : "AnimNextTestSuite",
"Type" : "UncookedOnly",
"LoadingPhase" : "Default"
}
]
}