Files
UnrealEngineUWP/Engine/Plugins/Experimental/Animation/BlendStack/BlendStack.uplugin
keith yerex b44cf3f7e5 Separating BlendStack from PoseSearch into its own plugin
#rb Samuele.Rigamonti

[CL 27376914 by keith yerex in ue5-main branch]
2023-08-25 10:57:37 -04:00

36 lines
709 B
Plaintext

{
"FileVersion": 3,
"Version": 1,
"VersionName": "0.1",
"FriendlyName": "Blend Stack",
"Description": "Experimental blend stack API",
"Category": "Animation",
"CreatedBy": "Epic Games, Inc.",
"CreatedByURL": "https://epicgames.com",
"DocsURL": "",
"MarketplaceURL": "",
"SupportURL": "",
"EnabledByDefault": false,
"CanContainContent": false,
"IsBetaVersion": false,
"IsExperimentalVersion": true,
"Installed": false,
"Modules": [
{
"Name": "BlendStack",
"Type": "Runtime",
"LoadingPhase": "PreDefault"
},
{
"Name": "BlendStackEditor",
"Type": "UncookedOnly",
"LoadingPhase": "PreDefault"
}
],
"Plugins": [
{
"Name": "StructUtils",
"Enabled": true
}
]
}