Files
UnrealEngineUWP/Engine/Plugins/Animation/ACLPlugin/ACLPlugin.uplugin
nicholas frechette 3426a40779 Update ACLPlugin to 2.1 and backport custom changes
#jira UE-204045
#rb Thomas.Sarkanen

[CL 33137110 by nicholas frechette in ue5-main branch]
2024-04-22 10:02:02 -04:00

31 lines
697 B
Plaintext

{
"FileVersion": 3,
"Version": 30100,
"VersionName": "3.1.0",
"FriendlyName": "Animation Compression Library",
"Description": "Use the Animation Compression Library (ACL) to compress AnimSequences.",
"Category": "Animation",
"CreatedBy": "Epic Games, Inc.",
"CreatedByURL": "https://epicgames.com",
"DocsURL": "",
"MarketplaceURL": "",
"SupportURL": "",
"EnabledByDefault": true,
"CanContainContent": true,
"IsBetaVersion": false,
"Modules": [
{
"Name": "ACLPlugin",
"Type": "Runtime",
"LoadingPhase": "PostConfigInit",
"PlatformDenyList": []
},
{
"Name": "ACLPluginEditor",
"Type": "Editor",
"LoadingPhase": "Default",
"PlatformDenyList": []
}
]
}