UnrealFightingFramework/UnrealFightingEngine.uplugin

24 lines
645 B
Plaintext
Raw Normal View History

2023-06-03 17:48:17 +00:00
{
"FileVersion": 3,
"Version": 1,
"VersionName": "1.0",
"FriendlyName": "UnrealFightingEngine",
"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": "UnrealFightingEngine",
"Type": "Runtime",
"LoadingPhase": "PreLoadingScreen"
}
]
}