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

28 lines
519 B
Plaintext

{
"FileVersion" : 3,
"FriendlyName" : "Web Authentication Plugin",
"Version" : 1,
"VersionName" : "1.0",
"Description" : "Access to Web Authenticated Sessions.",
"Category" : "Online Platform",
"CreatedBy" : "Epic Games, Inc.",
"CreatedByURL" : "https://epicgames.com",
"EnabledByDefault" : false,
"Modules": [
{
"Name": "WebAuth",
"Type": "Runtime",
"LoadingPhase" : "Default",
"PlatformAllowList" :
[
"Win64",
"IOS",
"Android"
],
"TargetDenyList": [ "Server" ]
}
]
}