Files
UnrealEngine/Engine/Plugins/Runtime/ChunkDownloader/ChunkDownloader.uplugin
Brandyn / Techy fcc1b09210 init
2026-04-04 15:40:51 -05:00

21 lines
461 B
Plaintext

{
"FileVersion" : 3,
"FriendlyName" : "Chunk Downloader",
"Version" : 1,
"VersionName" : "1.0",
"Description" : "Implements a streaming install client",
"Category" : "Online Platform",
"CreatedBy" : "Epic Games, Inc.",
"CreatedByURL" : "https://epicgames.com",
"EnabledByDefault" : true,
"Modules": [
{
"Name": "ChunkDownloader",
"Type": "Runtime",
"LoadingPhase" : "PostConfigInit"
}
]
}