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

39 lines
696 B
Plaintext

{
"FileVersion": 3,
"Version": 1,
"VersionName": "1.0",
"FriendlyName": "CryptoKeys",
"Description": "",
"Category": "Other",
"CreatedBy": "Epic Games, Inc.",
"CreatedByURL": "https://epicgames.com",
"DocsURL": "",
"MarketplaceURL": "",
"SupportURL": "",
"CanContainContent": false,
"IsBetaVersion": false,
"Installed": false,
"EnabledByDefault": true,
"Modules": [
{
"Name": "CryptoKeys",
"Type": "Editor",
"LoadingPhase": "Default",
"PlatformAllowList": [
"Mac",
"Win64",
"Linux"
]
},
{
"Name": "CryptoKeysOpenSSL",
"Type": "Editor",
"LoadingPhase": "Default",
"PlatformAllowList": [
"Mac",
"Win64",
"Linux"
]
}
]
}