GrapplingGravity/Plugins/Fab/Fab.uplugin

42 lines
746 B
Plaintext
Raw Normal View History

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