You've already forked UnrealEngineUWP
mirror of
https://github.com/izzy2lost/UnrealEngineUWP.git
synced 2026-03-26 18:15:20 -07:00
This represents UE4/Main @ 16130047 and Dev-PerfTest @ 16126156 [CL 16163576 by aurel cordonnier in ue5-main branch]
30 lines
681 B
Plaintext
30 lines
681 B
Plaintext
{
|
|
"FileVersion" : 3,
|
|
|
|
"FriendlyName" : "Oodle Data",
|
|
"Version" : 1,
|
|
"VersionName" : "1.0",
|
|
"CreatedBy": "Epic Games, Inc.",
|
|
"CreatedByURL": "http://epicgames.com",
|
|
"Description" : "Oodle Data plugin for pak and iostore compression.",
|
|
"Category": "Compression",
|
|
"EnabledByDefault" : true,
|
|
"CanContainContent" : false,
|
|
"IsBetaVersion" : false,
|
|
"Installed" : false,
|
|
"SupportedPrograms" : [ "UnrealPak" ],
|
|
|
|
"Modules": [
|
|
{
|
|
"Name": "OodleDataCompressionFormat",
|
|
"Type": "RuntimeAndProgram",
|
|
"LoadingPhase": "EarliestPossible",
|
|
"WhitelistPrograms": [ "UnrealPak" ],
|
|
"BlacklistPlatforms": [
|
|
"HoloLens",
|
|
"Lumin"
|
|
]
|
|
}
|
|
]
|
|
}
|