Files
UnrealEngineUWP/Engine/Plugins/Developer/N10XSourceCodeAccess/N10XSourceCodeAccess.uplugin
christian savoie 53d959d383 Rename files for 10X editor access to be prefixes as N10X. Removed LLM tags. Re-enabled by default.
#tests Rand editor, preflight

[CL 25904818 by christian savoie in ue5-main branch]
2023-06-09 17:10:51 -04:00

30 lines
620 B
Plaintext

{
"FileVersion" : 3,
"Version" : 1,
"VersionName" : "1.0",
"FriendlyName" : "10X Editor Integration",
"Description" : "Allows access to source code in the 10X Editor .",
"Category" : "Programming",
"CreatedBy" : "Epic Games, Inc.",
"CreatedByURL" : "https://epicgames.com",
"DocsURL" : "",
"MarketplaceURL" : "",
"SupportURL" : "",
"EnabledByDefault" : true,
"CanContainContent" : false,
"IsBetaVersion" : false,
"Installed" : false,
"Modules" :
[
{
"Name" : "N10XSourceCodeAccess",
"Type" : "UncookedOnly",
"LoadingPhase" : "Default",
"PlatformAllowList" :
[
"Win64"
]
}
]
}