Skip to content

Commit 0f55c9a

Browse files
5.3 update
1 parent 029c00d commit 0f55c9a

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

ActorInteractionPlugin.uplugin

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"FileVersion": 3,
33
"Version": 4,
4-
"VersionName": "4.2.1.53",
4+
"VersionName": "4.2.3.53",
55
"FriendlyName": "Mountea Interaction System",
66
"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.",
77
"Category": "Mountea Framework",

Source/ActorInteractionPluginEditor/Private/Settings/MounteaInteractionEditorSettings.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -38,7 +38,7 @@ class ACTORINTERACTIONPLUGINEDITOR_API UMounteaInteractionEditorSettings : publi
3838
* The system will use this URL to download and apply the tags if allowed.
3939
* Default: @link https://raw.githubusercontent.com/Mountea-Framework/MounteaInteractionSystem/master/Config/Tags/MounteaInteractionSystemTags.ini
4040
*/
41-
UPROPERTY(config, EditDefaultsOnly, Category = "GameplayTags", AdvancedDisplay=true, meta=(ConfigRestartRequired=true))
41+
UPROPERTY(config, EditDefaultsOnly, Category = "GameplayTags", AdvancedDisplay, meta=(ConfigRestartRequired=true))
4242
FString GameplayTagsURL = FString("https://raw.githubusercontent.com/Mountea-Framework/MounteaInteractionSystem/master/Config/Tags/MounteaInteractionSystemTags.ini");
4343

4444
#pragma endregion

0 commit comments

Comments
 (0)