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

59 lines
898 B
Plaintext

{
"FileVersion": 3,
"Version": 5,
"VersionName": "0.0.5",
"FriendlyName": "Fab",
"Description": "Fab Plugin",
"Category": "Other",
"CreatedBy": "Epic Games, Inc.",
"CreatedByURL": "http://epicgames.com",
"DocsURL": "",
"MarketplaceURL": "",
"SupportURL": "",
"CanContainContent": true,
"EnabledByDefault": true,
"Plugins": [
{
"Name": "Interchange",
"Enabled": true,
"PlatformAllowList" :
[
"Linux",
"Win64",
"Mac"
]
},
{
"Name": "EditorDataStorageFeatures",
"Enabled": true
},
{
"Name": "EditorScriptingUtilities",
"Enabled": true
},
{
"Name": "EOSShared",
"Enabled": true,
"PlatformAllowList" :
[
"Linux",
"Win64",
"Mac"
]
}
],
"Modules": [
{
"Name": "Fab",
"Type": "Editor",
"LoadingPhase": "PostDefault",
"PlatformAllowList" :
[
"Linux",
"Win64",
"Mac"
]
}
]
}