Skip to content

Commit ced2eab

Browse files
Merge branch '4.27_dev' into 4.27
2 parents 99b1af6 + 7887562 commit ced2eab

26 files changed

+212
-59
lines changed

.gitignore

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -72,3 +72,8 @@ Plugins/*/Intermediate/*
7272

7373
# Cache files for the editor to use
7474
DerivedDataCache/*
75+
76+
# Visual Studio
77+
.vscode/*
78+
.idea/*
79+
Config/UpdateConfig.ini

ActorInteractionPlugin.uplugin

Lines changed: 6 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,17 +1,19 @@
11
{
22
"FileVersion": 3,
3-
"Version": 1,
4-
"VersionName": "3.0.1.1",
3+
"Version": 3,
4+
"VersionName": "3.0.1.2",
55
"FriendlyName": "Actor Interaction Plugin",
66
"Description": "Actor Interaction Plugin is an Open-source Mountea Framework components-based simple framework providing utilities for smart Actor Interaction with other Actors. Developed with Game Developers in mind to allow as easy as possible implementation while maintaining high scalability and diverse options to tweak everything.",
77
"Category": "Mountea Framework",
88
"CreatedBy": "Dominik Pavlicek",
9-
"CreatedByURL": "https://sites.google.com/view/dominikpavlicek/home",
10-
"DocsURL": "https://sites.google.com/view/dominikpavlicek/home/documentation",
9+
"CreatedByURL": "https://github.com/Mountea-Framework",
10+
"DocsURL": "https://github.com/Mountea-Framework/ActorInteractionPlugin/wiki",
1111
"MarketplaceURL": "com.epicgames.launcher://ue/marketplace/product/ca842c00ec0d4db0b3aad17701e1637b",
1212
"SupportURL": "https://bit.ly/DominikPavlicek_SupportServer",
1313
"EngineVersion": "4.27.0",
1414
"CanContainContent": true,
15+
"IsBetaVersion": false,
16+
"IsExperimentalVersion": false,
1517
"Installed": true,
1618
"Modules": [
1719
{
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
-939 Bytes
Binary file not shown.
Binary file not shown.
-136 Bytes
Binary file not shown.

0 commit comments

Comments
 (0)