Files
UnrealEngine/Engine/Plugins/AI/HTNPlanner/HTNPlanner.uplugin
2025-05-18 13:04:45 +08:00

30 lines
739 B
Plaintext

{
"FileVersion" : 1,
"Version" : 1,
"VersionName" : "0.01",
"FriendlyName" : "HTN planner",
"Description" : "[EXPERIMENTAL] Adds experimental support for Hierarchical Task Network (HTN) planner to the UE4's AI module",
"Category" : "AI",
"CreatedBy" : "Epic Games, Inc.",
"CreatedByURL" : "https://epicgames.com",
"DocsURL" : "",
"MarketplaceURL" : "",
"SupportURL" : "",
"EnabledByDefault" : false,
"CanContainContent" : false,
"IsBetaVersion" : true,
"Installed" : false,
"Modules" :
[
{
"Name": "HTNPlanner",
"Type": "Runtime",
"LoadingPhase": "PreDefault"
},
{
"Name" : "HTNTestSuite",
"Type" : "UncookedOnly",
"LoadingPhase" : "PreDefault"
}
]
}