AnKangCAVE51/AnKang/Windows/Engine/Plugins/Experimental/ChaosSolverPlugin/ChaosSolverPlugin.uplugin

25 lines
571 B
Plaintext
Raw Normal View History

2024-09-02 13:44:09 +08:00
{
"FileVersion" : 1,
"Version" : 1,
"VersionName" : "0.1",
"FriendlyName" : "Chaos Solver",
"Description" : "Physics Solver",
"Category": "Physics",
"CreatedBy" : "Epic Games, Inc.",
"CreatedByURL" : "http://epicgames.com",
"DocsURL" : "",
"MarketplaceURL" : "",
"SupportURL" : "",
"EnabledByDefault" : true,
"CanContainContent" : true,
"IsBetaVersion" : true,
"Installed" : false,
"Modules": [
{
"Name": "ChaosSolverEditor",
"Type": "Editor",
"LoadingPhase": "Default"
},
]
}