UnrealFightingFramework/UnrealFightingFramework.uplugin

30 lines
724 B
Plaintext
Raw Permalink Normal View History

2023-06-03 17:48:17 +00:00
{
"FileVersion": 3,
"Version": 1,
"VersionName": "1.0",
2023-06-10 18:20:41 +00:00
"FriendlyName": "UnrealFightingFramework",
2023-06-03 17:48:17 +00:00
"Description": "This library provides actors, components, and other general data structures that are useful for developing character action or fighting games.",
"Category": "Other",
"CreatedBy": "Kevin Poretti",
"CreatedByURL": "https://kevinporetti.com",
"DocsURL": "",
"MarketplaceURL": "",
"SupportURL": "",
"CanContainContent": true,
"IsBetaVersion": true,
"IsExperimentalVersion": false,
"Installed": false,
"Modules": [
{
2023-06-10 18:20:41 +00:00
"Name": "UnrealFightingFramework",
2023-06-03 17:48:17 +00:00
"Type": "Runtime",
"LoadingPhase": "PreLoadingScreen"
}
2023-06-10 17:57:51 +00:00
],
"Plugins": [
{
"Name": "EnhancedInput",
"Enabled": true
}
2023-06-03 17:48:17 +00:00
]
}