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

40 lines
741 B
Plaintext

{
"FileVersion": 3,
"Version": 1,
"VersionName": "1.0",
"FriendlyName": "SVG Importer",
"Description": "Importing and handling SVG files",
"Category": "Experimental",
"CreatedBy": "Epic Games, Inc.",
"CreatedByURL": "https://epicgames.com",
"DocsURL": "",
"MarketplaceURL": "",
"SupportURL": "",
"CanContainContent": true,
"IsBetaVersion": false,
"IsExperimentalVersion": true,
"Installed": false,
"Modules": [
{
"Name": "SVGImporter",
"Type": "Runtime",
"LoadingPhase": "Default"
},
{
"Name": "SVGImporterEditor",
"Type": "Editor",
"LoadingPhase": "Default"
}
],
"Plugins": [
{
"Name": "GeometryScripting",
"Enabled": true
},
{
"Name": "GeometryMask",
"Enabled": true
}
]
}