Files
UnrealEngine/Engine/Plugins/Interchange/Assets/InterchangeAssets.uplugin
2025-05-18 13:04:45 +08:00

25 lines
638 B
Plaintext

{
"FileVersion": 3,
"Version": 1,
"VersionName": "1.0",
"FriendlyName": "Interchange Framework Assets",
"Description": "The Interchange Framework Assets plugin exposes the assets used by the Interchange import framework.",
"Category": "Importers",
"CreatedBy": "Epic Games, Inc.",
"CreatedByURL": "https://epicgames.com",
"DocsURL": "",
"MarketplaceURL": "",
"SupportURL": "",
"EnabledByDefault": true,
"CanContainContent": true,
"IsBetaVersion": false,
"Installed": false,
"IsExperimentalVersion": false,
"Modules": [
{
"Name": "InterchangeAssets",
"Type": "Runtime",
"LoadingPhase": "PostConfigInit"
}
]
}