[Open Beta] Procedural On-the-Fly Animation in UE4: iTween!

Hey, @JaredTherriault, hope you are doing fine. I have this nasty error while compaling:

CompilerResultsLog: Error: E:/Game_Files_Z_4.27/Plugins/iTween/Source/iTween/Private/iTweenEvent.h(173) : LogUObjectHash: Error: Ambiguous path search, could be Enum /Script/EventDispatcher.EEventType or Enum /Script/iTween.EEventType
CompilerResultsLog: Error: E:/Game_Files_Z_4.27/Plugins/iTween/Source/iTween/Private/iTweenEvent.h(388) : LogUObjectHash: Error: Ambiguous path search, could be Enum /Script/EventDispatcher.EEventType or Enum /Script/iTween.EEventType

CompilerResultsLog: E:/Game_Files_Z_4.27/Plugins/iTween/Intermediate/Build/Win64/UE4Editor/Inc/iTween/iTweenEvent.gen.cpp(20) : error C2146: syntax error: missing ‘;’ before identifier ‘UEnum’

From what I can see there’s is problem with another plugin using the same enum name.