-
-
Notifications
You must be signed in to change notification settings - Fork 16
/
Copy pathActorInteractionPlugin.uplugin
50 lines (50 loc) · 1.46 KB
/
ActorInteractionPlugin.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
41
42
43
44
45
46
47
48
49
50
{
"FileVersion": 3,
"Version": 4,
"VersionName": "4.2.3.55",
"FriendlyName": "Mountea Interaction System",
"Description": "Mountea Interaction System is an Open-source Mountea Framework components-based simple framework providing utilities for smart Actor Interaction with other Actors.\nDeveloped with Game Developers in mind to allow as easy as possible implementation while maintaining high scalability and diverse options to tweak everything.",
"Category": "Mountea Framework",
"CreatedBy": "Dominik (Pavlicek) Morse",
"CreatedByURL": "https://github.com/Mountea-Framework",
"DocsURL": "https://github.com/Mountea-Framework/MounteaInteractionSystem/wiki",
"MarketplaceURL": "com.epicgames.launcher://ue/marketplace/product/ca842c00ec0d4db0b3aad17701e1637b",
"SupportURL": "https://bit.ly/DominikPavlicek_SupportServer",
"EngineVersion": "5.5.0",
"CanContainContent": true,
"IsBetaVersion": false,
"IsExperimentalVersion": false,
"Installed": true,
"Modules": [
{
"Name": "ActorInteractionPlugin",
"Type": "Runtime",
"LoadingPhase": "PreDefault",
"PlatformAllowList": [
"Win64",
"Mac",
"Linux"
]
},
{
"Name": "ActorInteractionPluginEditor",
"Type": "Editor",
"LoadingPhase": "Default"
},
{
"Name": "InteractionEditorNotifications",
"Type": "Editor",
"LoadingPhase": "Default"
}
],
"Plugins": [
{
"Name": "EnhancedInput",
"Enabled": true
},
{
"Name": "CommonUI",
"Enabled": true
}
]
}