UnrealFightingFramework/UnrealFightingFramework.uplugin

30 lines
724 B
Plaintext

{
"FileVersion": 3,
"Version": 1,
"VersionName": "1.0",
"FriendlyName": "UnrealFightingFramework",
"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": [
{
"Name": "UnrealFightingFramework",
"Type": "Runtime",
"LoadingPhase": "PreLoadingScreen"
}
],
"Plugins": [
{
"Name": "EnhancedInput",
"Enabled": true
}
]
}