AnKangCAVE51/AnKang/Windows/Engine/Plugins/Runtime/ChunkDownloader/ChunkDownloader.uplugin

21 lines
460 B
Plaintext
Raw Normal View History

2024-09-02 13:44:09 +08:00
{
"FileVersion" : 3,
"FriendlyName" : "Chunk Downloader",
"Version" : 1,
"VersionName" : "1.0",
"Description" : "Implements a streaming install client",
"Category" : "Online Platform",
"CreatedBy" : "Epic Games, Inc.",
"CreatedByURL" : "http://epicgames.com",
"EnabledByDefault" : true,
"Modules": [
{
"Name": "ChunkDownloader",
"Type": "Runtime",
"LoadingPhase" : "PostConfigInit"
}
]
}