-
Notifications
You must be signed in to change notification settings - Fork 0
/
Flanking_System.uplugin
40 lines (40 loc) · 1.2 KB
/
Flanking_System.uplugin
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
{
"FileVersion": 3,
"Version": 1,
"VersionName": "1.0",
"FriendlyName": "Flanking_System",
"Description": "Add node \"AIFlankTo\" to your Unreal Engine 5 project. This Node takes in an AI Controller and a target location then makes that AI Controller move to a location in a flanking / indirect path.This package also comes with a few helper functions that AIFlankTo uses under the hood so that you can modify the nodes functionality to your liking.",
"Category": "Other",
"CreatedBy": "Anthony Cavuoti",
"CreatedByURL": "https://anthonycavuoti.com",
"DocsURL": "https://flankingsystem.anthonycavuoti.com",
"MarketplaceURL": "com.epicgames.launcher://ue/marketplace/product/47c5e3736b334025ba623b9709ff0c0a",
"SupportURL": "https://flankingsystem.anthonycavuoti.com",
"CanContainContent": true,
"IsBetaVersion": false,
"IsExperimentalVersion": false,
"Installed": false,
"Modules": [
{
"Name": "Flanking_System",
"Type": "Runtime",
"LoadingPhase": "PreLoadingScreen",
"AdditionalDependencies": [
"Engine",
"NavigationSystem"
],
"PlatformAllowList": [
"Win64"
]
}
],
"WhitelistPlatforms": [
"Win64",
"Mac",
"Linux"
],
"BlacklistPlatforms": [
"Android",
"IOS"
]
}