Files
UnrealEngineUWP/Engine/Plugins/Experimental/PCGGeometryScriptInterop/PCGGeometryScriptInterop.uplugin
julien lheureux a019f1450f Added PCG acronym to plugin names to make them easier to find.
#rb thomas.tedemalm, huw.bowles
#preflight none

[CL 25700072 by julien lheureux in ue5-main branch]
2023-05-31 08:36:51 -04:00

35 lines
759 B
Plaintext

{
"FileVersion": 3,
"Version": 1,
"VersionName": "0.1",
"FriendlyName": "Procedural Content Generation Framework (PCG) Geometry Script Interop",
"Description": "Extra plugin for Procedural Content Generation Framework interacting with Geometry Scripts.",
"Category": "Editor",
"CreatedBy": "Epic Games, Inc.",
"CreatedByURL": "https://epicgames.com",
"DocsURL": "",
"MarketplaceURL": "",
"SupportURL": "",
"EnabledByDefault": false,
"CanContainContent": true,
"IsBetaVersion": false,
"Installed": false,
"Modules": [
{
"Name": "PCGGeometryScriptInterop",
"Type": "Runtime",
"LoadingPhase": "Default"
}
],
"Plugins": [
{
"Name": "PCG",
"Enabled": true
},
{
"Name": "GeometryScripting",
"Enabled": true
}
]
}