Files
UnrealEngineUWP/Engine/Plugins/PCGInterops/PCGGeometryScriptInterop/PCGGeometryScriptInterop.uplugin
adrien logut ab69dd9df0 [PCG] Move all interops into a dedicated folder for tidiness purposes.
#rnx
#rb julien.lheureux, wyatt.marvil
#jira none

#virtualized

[CL 35493248 by adrien logut in ue5-main branch]
2024-08-13 10:15:13 -04:00

35 lines
859 B
Plaintext

{
"FileVersion": 3,
"Version": 1,
"VersionName": "0.2",
"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": "https://docs.unrealengine.com/latest/en-US/procedural-content-generation--framework-in-unreal-engine/",
"MarketplaceURL": "",
"SupportURL": "",
"EnabledByDefault": false,
"CanContainContent": true,
"IsBetaVersion": true,
"Installed": false,
"Modules": [
{
"Name": "PCGGeometryScriptInterop",
"Type": "Runtime",
"LoadingPhase": "Default"
}
],
"Plugins": [
{
"Name": "PCG",
"Enabled": true
},
{
"Name": "GeometryScripting",
"Enabled": true
}
]
}