Files
UnrealEngineUWP/Engine/Plugins/Experimental/PCG/PCG.uplugin
julien lheureux 3305226e98 Added geometry scripting dependency by default in the PCG plugin
#rb trivial
#preflight 6294fd813f058e13b5c7de5c
#fyi antoine.guilbaud

[CL 20432000 by julien lheureux in ue5-main branch]
2022-05-30 13:39:33 -04:00

38 lines
681 B
Plaintext

{
"FileVersion": 3,
"Version": 8,
"VersionName": "0.1",
"EngineVersion": "5.1.0",
"FriendlyName": "PCG",
"Description": "Procedural generation framework for UE",
"Category": "Editor",
"CreatedBy": "Epic Games Inc",
"CreatedByURL": "http://epicgames.com",
"DocsURL": "",
"MarketplaceURL": "",
"SupportURL": "",
"EnabledByDefault": false,
"CanContainContent": true,
"IsBetaVersion": false,
"Installed": false,
"Modules": [
{
"Name": "PCG",
"Type": "Runtime",
"LoadingPhase": "Default"
},
{
"Name": "PCGEditor",
"Type": "Editor",
"LoadingPhase": "Default"
}
],
"Plugins": [
{
"Name": "GeometryScripting",
"Enabled": true
}
]
}