You've already forked UnrealEngineUWP
mirror of
https://github.com/izzy2lost/UnrealEngineUWP.git
synced 2026-03-26 18:15:20 -07:00
#rb Jonathan.Bard #preflight 62906401d24a7fc585dfdb65 #ROBOMERGE-AUTHOR: semion.piskarev #ROBOMERGE-SOURCE: CL 20390405 via CL 20390414 via CL 20390416 #ROBOMERGE-BOT: UE5 (Release-Engine-Staging -> Main) (v949-20362246) [CL 20390583 by semion piskarev in ue5-main branch]
29 lines
725 B
Plaintext
29 lines
725 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": "http://epicgames.com",
|
|
"DocsURL": "",
|
|
"MarketplaceURL": "",
|
|
"SupportURL": "",
|
|
"CanContainContent": true,
|
|
"IsBetaVersion": true,
|
|
"IsExperimentalVersion": true,
|
|
"Installed": false,
|
|
"Modules": [
|
|
{
|
|
"Name": "LandscapePatch",
|
|
"Type": "Runtime",
|
|
"LoadingPhase": "PostConfigInit"
|
|
},
|
|
{
|
|
"Name": "LandscapePatchEditorOnly",
|
|
"Type": "Editor",
|
|
"LoadingPhase": "PostEngineInit"
|
|
}
|
|
]
|
|
} |