Files
UnrealEngineUWP/Engine/Plugins/Runtime/ZoneGraphAnnotations/ZoneGraphAnnotations.uplugin
mieszko zielinski 2f7fe71bab Marked ZoneGraph plugins as experimental
#jira UE-132064

#ROBOMERGE-AUTHOR: mieszko.zielinski
#ROBOMERGE-SOURCE: CL 17860971 in //UE5/Main/...
#ROBOMERGE-BOT: STARSHIP (Main -> Release-Engine-Test) (v883-17842818)
#ROBOMERGE[STARSHIP]: UE5-Release-Engine-Staging Release-5.0

[CL 17861013 by mieszko zielinski in ue5-release-engine-test branch]
2021-10-19 10:59:41 -04:00

35 lines
670 B
Plaintext

{
"FileVersion": 1,
"Version": 1,
"VersionName": "0.5",
"FriendlyName": "ZoneGraph Annotations",
"Description": "Annotations for Zone Graph",
"Category": "AI",
"CreatedBy" : "Epic Games Inc",
"CreatedByURL" : "http://epicgames.com",
"DocsURL": "",
"MarketplaceURL": "",
"SupportURL": "",
"EnabledByDefault" : false,
"CanContainContent": true,
"IsBetaVersion": false,
"IsExperimentalVersion": true,
"Installed": false,
"Modules": [
{
"Name": "ZoneGraphAnnotations",
"Type": "Runtime",
"LoadingPhase": "Default"
},
],
"Plugins": [
{
"Name": "ZoneGraph",
"Enabled": true
},
{
"Name": "StructUtils",
"Enabled": true
}
]
}