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

30 lines
596 B
Plaintext

{
"FileVersion": 3,
"Version": 1,
"VersionName": "1.0",
"FriendlyName": "AxF Importer",
"Description": "Importer for AxF material files.",
"Category": "Importers",
"CreatedBy": "Epic Games, Inc.",
"CreatedByURL": "https://epicgames.com",
"DocsURL": "",
"MarketplaceURL": "",
"SupportURL": "",
"EnabledByDefault": false,
"CanContainContent": true,
"IsBetaVersion": true,
"Installed": false,
"SupportedTargetPlatforms": [
"Win64"
],
"Modules": [
{
"Name": "AxFImporter",
"Type": "Editor",
"LoadingPhase": "Default",
"PlatformAllowList": [
"Win64"
]
}
]
}