Files
UnrealEngine/Engine/Plugins/Experimental/WaterExtras/WaterExtras.uplugin
2025-05-18 13:04:45 +08:00

23 lines
579 B
Plaintext

{
"FileVersion": 1,
"Version": 1,
"VersionName": "0.1",
"FriendlyName": "Water Extras",
"Description": "Samples, test maps, etc intended to help developers start using the water system. Not intended to be used directly in a shipping product.",
"Category": "Water",
"CreatedBy": "Epic Games, Inc.",
"CreatedByURL": "https://epicgames.com",
"DocsURL": "",
"MarketplaceURL": "",
"SupportURL": "",
"EnabledByDefault": false,
"CanContainContent": true,
"IsExperimentalVersion": true,
"Installed": false,
"Plugins": [
{
"Name": "Water",
"Enabled": true
}
]
}