You've already forked UnrealEngineUWP
mirror of
https://github.com/izzy2lost/UnrealEngineUWP.git
synced 2026-03-26 18:15:20 -07:00
-This is a WIP plugin, disabled by default. -Goal is to generalize player prediction and eventually improve our networked movement system. -See readme.txt in NetworkPrediction plugin folder for additional info #rxn #ROBOMERGE-SOURCE: CL 7646248 via CL 7646355 #ROBOMERGE-BOT: (v372-7473910) [CL 7646389 by david ratti in Main branch]
24 lines
567 B
Plaintext
24 lines
567 B
Plaintext
{
|
|
"FileVersion": 3,
|
|
"Version": 1,
|
|
"VersionName": "0.1",
|
|
"FriendlyName": "Network Prediction",
|
|
"Description": "Generalized framework for writing network prediction friendly gameplay systems",
|
|
"Category": "Gameplay",
|
|
"CreatedBy": "Epic Games, Inc.",
|
|
"CreatedByURL": "http://epicgames.com",
|
|
"DocsURL": "",
|
|
"MarketplaceURL": "",
|
|
"SupportURL": "",
|
|
"EnabledByDefault": false,
|
|
"CanContainContent": false,
|
|
"IsBetaVersion": true,
|
|
"Installed": false,
|
|
"Modules": [
|
|
{
|
|
"Name": "NetworkPrediction",
|
|
"Type": "Runtime",
|
|
"LoadingPhase": "Default"
|
|
}
|
|
]
|
|
} |