Files
UnrealEngineUWP/Engine/Plugins/Runtime/ZoneGraphAnnotations/ZoneGraphAnnotations.uplugin
Mieszko Zielinski 7c78f9c12b Marked ZoneGraph plugins as experimental
#jira UE-132064
#robomerge 5.0

[CL 17860971 by Mieszko Zielinski in ue5-main branch]
2021-10-19 10:57:32 -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
}
]
}