Files
UnrealEngine/Engine/Plugins/XGEController/XGEController.uplugin
2025-05-18 13:04:45 +08:00

29 lines
628 B
Plaintext

{
"FileVersion" : 1,
"Version" : 1,
"VersionName" : "0.1",
"FriendlyName" : "XGE Controller",
"Description" : "Adds support for shader compiling distribution using XGE",
"Category" : "Build Distribution",
"CreatedBy" : "Epic Games, Inc.",
"CreatedByURL" : "https://epicgames.com",
"DocsURL" : "",
"MarketplaceURL" : "",
"SupportURL" : "",
"EnabledByDefault" : true,
"CanContainContent" : false,
"IsBetaVersion" : false,
"Installed" : false,
"Modules" :
[
{
"Name" : "XGEController",
"Type" : "UncookedOnly",
"LoadingPhase" : "EarliestPossible",
"PlatformAllowList": [
"Win64"
]
}
]
}