Files
UnrealEngine/Engine/Plugins/Runtime/PacketHandlers/AESGCMHandlerComponent/AESGCMHandlerComponent.uplugin
2025-05-18 13:04:45 +08:00

51 lines
906 B
Plaintext

{
"FileVersion" : 3,
"Version" : 1,
"VersionName" : "1.0",
"FriendlyName" : "AES GCM network packet handler",
"Description" : "Provides a packet handler component to do AES GCM encryption and decryption.",
"Category" : "Misc",
"CreatedBy" : "Epic Games, Inc.",
"CreatedByURL" : "https://epicgames.com",
"DocsURL" : "",
"MarketplaceURL" : "",
"SupportURL" : "",
"EnabledByDefault" : false,
"CanContainContent" : false,
"IsBetaVersion" : false,
"Installed" : false,
"Modules" :
[
{
"Name" : "AESGCMHandlerComponent",
"Type" : "Runtime",
"LoadingPhase" : "Default",
"PlatformAllowList":
[
"Android",
"IOS",
"Mac",
"Win64",
"Linux",
"LinuxArm64",
]
}
],
"Plugins":
[
{
"Name": "PlatformCrypto",
"Enabled": true,
"PlatformAllowList":
[
"Android",
"IOS",
"Mac",
"Win64",
"Linux",
"LinuxArm64",
]
}
]
}