Files
UnrealEngineUWP/Engine/Plugins/Runtime/ReplicationGraph/ReplicationGraph.uplugin
michael noland 7632d23dea Gameplay plugin category cleanup
#jira UE-106862

#ROBOMERGE-SOURCE: CL 15390280 in //UE5/Release-5.0-EarlyAccess/...
#ROBOMERGE-BOT: STARSHIP (Release-5.0-EarlyAccess -> Main) (v771-15082668)

[CL 15390314 by michael noland in ue5-main branch]
2021-02-11 14:58:19 -04:00

25 lines
719 B
Plaintext

{
"FileVersion": 3,
"Version": 1,
"VersionName": "1.0",
"FriendlyName": "Replication Graph",
"Description": "The Replication Graph plugin provides a Replication Driver implementation designed for a large number of actors and connections by mainting persistent replicated actor lists in a graph structure.",
"Category": "Performance",
"CreatedBy": "Epic Games, Inc.",
"CreatedByURL": "http://epicgames.com",
"DocsURL": "",
"MarketplaceURL": "",
"SupportURL": "",
"EnabledByDefault": false,
"CanContainContent": false,
"IsBetaVersion": true,
"Installed": false,
"Modules": [
{
"Name": "ReplicationGraph",
"Type": "Runtime",
"LoadingPhase": "PreDefault"
}
],
"IsExperimentalVersion": false
}