Skip to content

Commit bf86133

Browse files
5.6 build fixes
1 parent bb00e82 commit bf86133

2 files changed

Lines changed: 3 additions & 1 deletion

File tree

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.4.55",
4+
"VersionName": "4.2.4.56",
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/ActorInteractionPlugin/Public/Interfaces/ActorInteractableInterface.h

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,8 @@
66
#include "GameplayTagContainer.h"
77
#include "Helpers/MounteaInteractionHelperEvents.h"
88
#include "UObject/Interface.h"
9+
#include "Engine/TimerHandle.h"
10+
#include "Engine/EngineTypes.h"
911
#include "ActorInteractableInterface.generated.h"
1012

1113
// This class does not need to be modified.

0 commit comments

Comments
 (0)