You've already forked UnrealEngineUWP
mirror of
https://github.com/izzy2lost/UnrealEngineUWP.git
synced 2026-03-26 18:15:20 -07:00
34 lines
809 B
Plaintext
34 lines
809 B
Plaintext
|
|
{
|
||
|
|
"FileVersion": 3,
|
||
|
|
"Version": 1,
|
||
|
|
"VersionName": "1.0",
|
||
|
|
"FriendlyName": "Concert Replication Scripting",
|
||
|
|
"Description": "Exposes Concert Replication types for scripting, e.g. in Blueprints",
|
||
|
|
"Category": "Networking",
|
||
|
|
"CreatedBy": "Epic Games, Inc.",
|
||
|
|
"CreatedByURL": "https://epicgames.com",
|
||
|
|
"DocsURL": "",
|
||
|
|
"MarketplaceURL": "",
|
||
|
|
"CanContainContent": true,
|
||
|
|
"IsBetaVersion": false,
|
||
|
|
"IsExperimentalVersion": false,
|
||
|
|
"Installed": false,
|
||
|
|
"Modules": [
|
||
|
|
{
|
||
|
|
"Name": "ConcertReplicationScripting",
|
||
|
|
"Type": "Runtime",
|
||
|
|
"LoadingPhase": "Default"
|
||
|
|
},
|
||
|
|
{
|
||
|
|
"Name": "ConcertReplicationScriptingEditor",
|
||
|
|
"Type": "Editor",
|
||
|
|
"LoadingPhase": "Default"
|
||
|
|
}
|
||
|
|
],
|
||
|
|
"Plugins": [
|
||
|
|
{
|
||
|
|
"Name": "ConcertSyncCore",
|
||
|
|
"Enabled": true
|
||
|
|
}
|
||
|
|
]
|
||
|
|
}
|