You've already forked UnrealEngineUWP
mirror of
https://github.com/izzy2lost/UnrealEngineUWP.git
synced 2026-03-26 18:15:20 -07:00
#jira UE-142751 [REVIEW] [at]Sam.Zamani, [at]Rob.Cannaday, [at]Chris.Varnsverry, [at]Josh.Adams, [at]Nuno.Leiria #preflight 621c9fb5383b5494aaf1a884 #lockdown mark.lintott #ROBOMERGE-AUTHOR: alejandro.aguilar #ROBOMERGE-SOURCE: CL 19171690 in //UE5/Release-5.0/... via CL 19171771 #ROBOMERGE-BOT: UE5 (Release-Engine-Staging -> Main) (v921-19075845) [CL 19171860 by alejandro aguilar in ue5-main branch]
37 lines
647 B
Plaintext
37 lines
647 B
Plaintext
{
|
|
"FileVersion": 3,
|
|
|
|
"FriendlyName": "Socket Subsystem EOS",
|
|
"Version": 1,
|
|
"VersionName": "1.0",
|
|
"Description": "Responsible for management of EOS P2P Socket connections.",
|
|
"Category": "Online Platform",
|
|
"CreatedBy": "Epic Games, Inc.",
|
|
"CreatedByURL": "http://epicgames.com",
|
|
"EnabledByDefault": false,
|
|
|
|
"Modules": [
|
|
{
|
|
"Name": "SocketSubsystemEOS",
|
|
"Type": "RuntimeNoCommandlet",
|
|
"LoadingPhase": "PostConfigInit",
|
|
"PlatformAllowList": [
|
|
"Win64",
|
|
"Mac",
|
|
"Android"
|
|
]
|
|
}
|
|
],
|
|
|
|
"Plugins": [
|
|
{
|
|
"Name": "OnlineSubsystemUtils",
|
|
"Enabled": true
|
|
},
|
|
{
|
|
"Name": "EOSShared",
|
|
"Enabled": true
|
|
}
|
|
]
|
|
}
|