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

28 lines
702 B
Plaintext

{
"FileVersion": 3,
"Version": 1,
"VersionName": "0.1",
"FriendlyName": "Landscape Patch",
"Description": "Support for adding landscape patches- components that can be attached to meshes to affect the landscape as the mesh is repositioned.",
"Category": "Other",
"CreatedBy": "Epic Games, Inc.",
"CreatedByURL": "https://epicgames.com",
"DocsURL": "",
"MarketplaceURL": "",
"SupportURL": "",
"CanContainContent": true,
"IsExperimentalVersion": true,
"Installed": false,
"Modules": [
{
"Name": "LandscapePatch",
"Type": "Runtime",
"LoadingPhase": "PostConfigInit"
},
{
"Name": "LandscapePatchEditorOnly",
"Type": "Editor",
"LoadingPhase": "PostEngineInit"
}
]
}