Files
UnrealEngineUWP/Engine/Plugins/Animation/ACLPlugin/ACLPlugin.uplugin
nicholas frechette 6104c867ad Updating ACLPlugin to latest develop branch
Source git commit: 5091b840185542fbe1cde5643c9c60448ae631fc

Reverting accidental backout at CL 26867711

#rb Thomas.Sarkanen
#jira UE-191731
#p4v-cherrypick 26749940

[CL 26958081 by nicholas frechette in ue5-main branch]
2023-08-09 11:41:02 -04:00

31 lines
698 B
Plaintext

{
"FileVersion": 3,
"Version": 30099,
"VersionName": "3.0.99",
"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": []
}
]
}