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

30 lines
740 B
Plaintext

{
"FileVersion" : 1,
"Version" : 1,
"VersionName" : "0.1",
"FriendlyName" : "UBA Controller",
"Description" : "Adds support for shader compiling distribution using UnrealBuildAccelerator (UBA)",
"Category" : "Build Distribution",
"CreatedBy" : "Epic Games, Inc.",
"CreatedByURL" : "https://epicgames.com",
"DocsURL" : "",
"MarketplaceURL" : "",
"SupportURL" : "",
"IsExperimentalVersion": true,
"EnabledByDefault" : true,
"CanContainContent" : false,
"IsBetaVersion" : false,
"Installed" : false,
"Modules" :
[
{
"Name" : "UbaController",
"Type" : "Editor",
"LoadingPhase" : "EarliestPossible",
"PlatformAllowList": ["Win64", "Mac", "Linux"]
}
],
"SupportedTargetPlatforms": ["Win64", "Mac", "Linux"]
}