dump: [json] pakchunk0
dump: [json] [pak] pakchunk0 dump: [json] [utoc] pakchunk0 track large files with lfs
This commit is contained in:
parent
a0202f19ac
commit
6c5b2d22ac
5983 changed files with 1839706 additions and 0 deletions
30
Engine/Plugins/Animation/ACLPlugin/ACLPlugin.json
Normal file
30
Engine/Plugins/Animation/ACLPlugin/ACLPlugin.json
Normal file
|
@ -0,0 +1,30 @@
|
|||
{
|
||||
"FileVersion": 3,
|
||||
"Version": 30004,
|
||||
"VersionName": "3.0.4",
|
||||
"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": []
|
||||
}
|
||||
]
|
||||
}
|
|
@ -0,0 +1,4 @@
|
|||
|
||||
[FilterPlugin]
|
||||
/LICENSE
|
||||
/README.md
|
|
@ -0,0 +1,26 @@
|
|||
[
|
||||
{
|
||||
"Type": "AnimBoneCompressionCodec_ACL",
|
||||
"Name": "AnimBoneCompressionCodec_ACL_0",
|
||||
"Outer": "ACLAnimBoneCompressionSettings",
|
||||
"Class": "UScriptClass'AnimBoneCompressionCodec_ACL'",
|
||||
"Flags": "RF_Public | RF_Transactional | RF_WasLoaded | RF_LoadCompleted",
|
||||
"Properties": {
|
||||
"Description": "ACL"
|
||||
}
|
||||
},
|
||||
{
|
||||
"Type": "AnimBoneCompressionSettings",
|
||||
"Name": "ACLAnimBoneCompressionSettings",
|
||||
"Class": "UScriptClass'AnimBoneCompressionSettings'",
|
||||
"Flags": "RF_Public | RF_Standalone | RF_Transactional | RF_WasLoaded | RF_LoadCompleted",
|
||||
"Properties": {
|
||||
"Codecs": [
|
||||
{
|
||||
"ObjectName": "AnimBoneCompressionCodec_ACL'ACLAnimBoneCompressionSettings:AnimBoneCompressionCodec_ACL_0'",
|
||||
"ObjectPath": "/ACLPlugin/ACLAnimBoneCompressionSettings.0"
|
||||
}
|
||||
]
|
||||
}
|
||||
}
|
||||
]
|
Loading…
Add table
Add a link
Reference in a new issue