Files
UnrealEngineUWP/Engine/Plugins/Editor/GeometryMode/GeometryMode.uplugin
Matt Kuhlenschmidt c0511b26d4 Moved BSP and all the related editor modes to a plugin so it can be disabled in some situations
#ROBOMERGE-OWNER: matt.kuhlenschmidt
#ROBOMERGE-AUTHOR: matt.kuhlenschmidt
#ROBOMERGE-SOURCE: CL 9870262 via CL 9870265
#ROBOMERGE-BOT: (v548-9842178)

#rb chris.gagnon

[CL 9872761 by Matt Kuhlenschmidt in Main branch]
2019-10-28 16:05:49 -04:00

34 lines
688 B
Plaintext

{
"FileVersion": 3,
"Version": 1,
"VersionName": "1.0",
"FriendlyName": "GeometryMode",
"Description": "Geometry and BSP editing",
"Category": "Editor",
"CreatedBy": "Epic Games, Inc.",
"CreatedByURL": "http://epicgames.com",
"DocsURL": "",
"MarketplaceURL": "",
"SupportURL": "",
"CanContainContent": true,
"IsBetaVersion": false,
"Installed": false,
"EnabledByDefault": true,
"Modules": [
{
"Name": "GeometryMode",
"Type": "Editor",
"LoadingPhase": "PostEngineInit"
},
{
"Name": "BspMode",
"Type": "Editor",
"LoadingPhase": "PostEngineInit"
},
{
"Name": "TextureAlignMode",
"Type": "Editor",
"LoadingPhase": "PostEngineInit"
}
]
}