Files
UnrealEngineUWP/Engine/Plugins/AI/EnvironmentQueryEditor/EnvironmentQueryEditor.uplugin
Marc Audy a7c9001a94 Merging //UE5/Release-Engine-Staging to Main (//UE5/Main) @ 14075166
#rb
#rnx

[CL 14075271 by Marc Audy in ue5-main branch]
2020-08-11 01:36:57 -04:00

30 lines
717 B
Plaintext

{
"FileVersion" : 3,
"Version" : 1,
"VersionName" : "0.1",
"FriendlyName" : "Environment Query Editor (Experimental)",
"Description" : "Allows editing of Environment Query assets, which are used by the AI to collect data about the environment/world",
"Category" : "AI",
"CreatedBy" : "Epic Games, Inc.",
"CreatedByURL" : "http://epicgames.com",
"DocsURL" : "",
"MarketplaceURL" : "",
"SupportURL" : "",
"EnabledByDefault" : true,
"CanContainContent" : false,
"IsBetaVersion" : true,
"Installed" : false,
"Modules" : [
{
"Name" : "EnvironmentQueryEditor",
"Type" : "UncookedOnly",
"LoadingPhase" : "PreDefault"
}
],
"Plugins" : [
{
"Name" : "AISupport",
"Enabled" : true
}
]
}