Files
UnrealEngine/Engine/Plugins/Marketplace/WiseFelineInfluenceMaps/WiseFelineInfluenceMaps.uplugin
Brandyn / Techy fcc1b09210 init
2026-04-04 15:40:51 -05:00

40 lines
880 B
Plaintext
Executable File

{
"FileVersion": 3,
"Version": 16,
"VersionName": "2.4.1",
"FriendlyName": "Wise Feline Influence Maps",
"Description": "A high performance influence map plugin for spatial decision making",
"Category": "Other",
"CreatedBy": "NoOpArmy",
"CreatedByURL": "https://nooparmygames.com",
"DocsURL": "https://nooparmygames.com/WF-UtilityAI-Unreal",
"MarketplaceURL": "",
"SupportURL": "https://nooparmygames.com",
"EngineVersion": "5.7.0",
"CanContainContent": true,
"Installed": true,
"Modules": [
{
"Name": "WiseFelineInfluenceMaps",
"Type": "Runtime",
"LoadingPhase": "Default",
"PlatformAllowList": [
"Win64",
"Linux",
"Mac",
"Android",
"IOS"
]
},
{
"Name": "WiseFelineInfluenceMapsEditor",
"Type": "Editor",
"LoadingPhase": "PostEngineInit",
"PlatformAllowList": [
"Win64",
"Linux",
"Mac"
]
}
]
}