/ ReasonablePlanningAI.uplugin
ReasonablePlanningAI.uplugin
1 { 2 "FileVersion": 3, 3 "EngineVersion": "5.5", 4 "FabURL": "com.epicgames.launcher://ue/Fab/product/dd0fadd5-172c-4938-ae9c-be527eab8b09", 5 "Version": 1, 6 "VersionName": "1.0.2-5.5-gold", 7 "FriendlyName": "Reasonable Planning AI", 8 "Description": "Dual Utility Reasoning to select Goals that initiate a Goal Oriented Action Plan", 9 "Category": "Artificial Intelligence", 10 "CreatedBy": "Radaway Software LLC", 11 "CreatedByURL": "https://hollstein.dev", 12 "DocsURL": "https://github.com/hollsteinm/ReasonablePlanningAI/wiki", 13 "SupportURL": "https://github.com/hollsteinm/ReasonablePlanningAI/issues", 14 "CanContainContent": false, 15 "Modules": [ 16 { 17 "Name": "ReasonablePlanningAI", 18 "Type": "Runtime", 19 "LoadingPhase": "Default", 20 "PlatformAllowList": ["Win64"] 21 }, 22 { 23 "Name": "ReasonablePlanningAINodes", 24 "Type": "UncookedOnly", 25 "LoadingPhase": "PostEngineInit", 26 "PlatformAllowList": [ "Win64" ] 27 }, 28 { 29 "Name": "ReasonablePlanningAIEditor", 30 "Type": "Editor", 31 "LoadingPhase": "PostEngineInit", 32 "PlatformAllowList": [ "Win64" ] 33 } 34 ] 35 }