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

30 lines
586 B
Plaintext

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