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

25 lines
563 B
Plaintext

{
"FileVersion" : 3,
"Version" : 1,
"VersionName" : "0.1",
"FriendlyName" : "Code Editor",
"Description" : "[EXPERIMENTAL] Allows editing of code from within the Unreal editor",
"Category" : "Programming",
"CreatedBy" : "Epic Games, Inc.",
"CreatedByURL" : "https://epicgames.com",
"DocsURL" : "",
"MarketplaceURL" : "",
"SupportURL" : "",
"EnabledByDefault" : false,
"CanContainContent" : false,
"IsBetaVersion" : true,
"Installed" : false,
"Modules" :
[
{
"Name" : "CodeEditor",
"Type" : "Editor",
"LoadingPhase" : "Default"
}
]
}