getnamo / GlobalEventSystem-Unreal

Loosely coupled internal event system plugin for the Unreal Engine.
MIT License
275 stars 44 forks source link

Fails to compile on UE 4.26 #13

Closed plamenterziev closed 3 years ago

plamenterziev commented 3 years ago

Seems that UE 4.26 has added some incompatible changes so the plugin fails to compile now. Here is a log:

[2/5] Module.GlobalEventSystem.cpp
  D:\Projects\AVcity\Plugins\global-event-system-ue4\Source\GlobalEventSystem\Public\GESDataTypes.h(32): warning C4996: UProperty has been renamed to FProperty Please update your code to the new API before upgrading to the next release, otherwise your project will no longer compile.
  D:\Projects\AVcity\Plugins\global-event-system-ue4\Source\GlobalEventSystem\Public\GESDataTypes.h(78): warning C4996: UProperty has been renamed to FProperty Please update your code to the new API before upgrading to the next release, otherwise your project will no longer compile.
  D:\Projects\AVcity\Plugins\global-event-system-ue4\Source\GlobalEventSystem\Public\GESDataTypes.h(118): warning C4996: UProperty has been renamed to FProperty Please update your code to the new API before upgrading to the next release, otherwise your project will no longer compile.
  D:/Projects/AVcity/Plugins/global-event-system-ue4/Source/GlobalEventSystem/Private/GESDataTypes.cpp(6): error C2039: 'AddToRoot': is not a member of 'FProperty'
  C:\Program Files\Epic Games\UE_4.26\Engine\Source\Runtime\CoreUObject\Public\UObject/UnrealType.h(101): note: see declaration of 'FProperty'
  D:/Projects/AVcity/Plugins/global-event-system-ue4/Source/GlobalEventSystem/Private/GESDataTypes.cpp(17): error C2039: 'IsValidLowLevelFast': is not a member of 'FProperty'
  C:\Program Files\Epic Games\UE_4.26\Engine\Source\Runtime\CoreUObject\Public\UObject/UnrealType.h(101): note: see declaration of 'FProperty'
  D:/Projects/AVcity/Plugins/global-event-system-ue4/Source/GlobalEventSystem/Private/GESDataTypes.cpp(19): error C2039: 'RemoveFromRoot': is not a member of 'FProperty'
  C:\Program Files\Epic Games\UE_4.26\Engine\Source\Runtime\CoreUObject\Public\UObject/UnrealType.h(101): note: see declaration of 'FProperty'
  D:\Projects\AVcity\Plugins\global-event-system-ue4\Source\GlobalEventSystem\Private\GESHandler.h(83): warning C4996: UProperty has been renamed to FProperty Please update your code to the new API before upgrading to the next release, otherwise your project will no longer compile.
  D:/Projects/AVcity/Plugins/global-event-system-ue4/Source/GlobalEventSystem/Private/GESHandler.cpp(8): warning C4996: UProperty has been renamed to FProperty Please update your code to the new API before upgrading to the next release, otherwise your project will no longer compile.
  D:/Projects/AVcity/Plugins/global-event-system-ue4/Source/GlobalEventSystem/Private/GESHandler.cpp(21): warning C4996: UProperty has been renamed to FProperty Please update your code to the new API before upgrading to the next release, otherwise your project will no longer compile.
  D:/Projects/AVcity/Plugins/global-event-system-ue4/Source/GlobalEventSystem/Private/GESHandler.cpp(27): error C2664: 'bool FFieldClass::IsChildOf(const FFieldClass *) const': cannot convert argument 1 from 'UClass *' to 'const FFieldClass *'
  D:/Projects/AVcity/Plugins/global-event-system-ue4/Source/GlobalEventSystem/Private/GESHandler.cpp(27): note: Types pointed to are unrelated; conversion requires reinterpret_cast, C-style cast or function-style cast
  C:\Program Files\Epic Games\UE_4.26\Engine\Source\Runtime\CoreUObject\Public\UObject/Field.h(92): note: see declaration of 'FFieldClass::IsChildOf'
  D:/Projects/AVcity/Plugins/global-event-system-ue4/Source/GlobalEventSystem/Private/GESHandler.cpp(45): warning C4996: UProperty has been renamed to FProperty Please update your code to the new API before upgrading to the next release, otherwise your project will no longer compile.
  D:/Projects/AVcity/Plugins/global-event-system-ue4/Source/GlobalEventSystem/Private/GESHandler.cpp(47): warning C4996: UProperty has been renamed to FProperty Please update your code to the new API before upgrading to the next release, otherwise your project will no longer compile.
  D:/Projects/AVcity/Plugins/global-event-system-ue4/Source/GlobalEventSystem/Private/GESHandler.cpp(51): warning C4996: UProperty has been renamed to FProperty Please update your code to the new API before upgrading to the next release, otherwise your project will no longer compile.
  D:/Projects/AVcity/Plugins/global-event-system-ue4/Source/GlobalEventSystem/Private/GESHandler.cpp(113): error C2039: 'RemoveFromRoot': is not a member of 'FProperty'
  C:\Program Files\Epic Games\UE_4.26\Engine\Source\Runtime\CoreUObject\Public\UObject/UnrealType.h(101): note: see declaration of 'FProperty'
  D:/Projects/AVcity/Plugins/global-event-system-ue4/Source/GlobalEventSystem/Private/GESHandler.cpp(328): warning C4996: UStructProperty has been renamed to FStructProperty Please update your code to the new API before upgrading to the next release, otherwise your project will no longer compile.
  D:/Projects/AVcity/Plugins/global-event-system-ue4/Source/GlobalEventSystem/Private/GESHandler.cpp(334): warning C4996: UProperty has been renamed to FProperty Please update your code to the new API before upgrading to the next release, otherwise your project will no longer compile.
  D:/Projects/AVcity/Plugins/global-event-system-ue4/Source/GlobalEventSystem/Private/GESHandler.cpp(336): warning C4996: UStructProperty has been renamed to FStructProperty Please update your code to the new API before upgrading to the next release, otherwise your project will no longer compile.
  D:/Projects/AVcity/Plugins/global-event-system-ue4/Source/GlobalEventSystem/Private/GESHandler.cpp(336): warning C4996: UStructProperty has been renamed to FStructProperty Please update your code to the new API before upgrading to the next release, otherwise your project will no longer compile.
  D:/Projects/AVcity/Plugins/global-event-system-ue4/Source/GlobalEventSystem/Private/GESHandler.cpp(328): warning C4996: UStructProperty has been renamed to FStructProperty Please update your code to the new API before upgrading to the next release, otherwise your project will no longer compile.
  D:/Projects/AVcity/Plugins/global-event-system-ue4/Source/GlobalEventSystem/Private/GESHandler.cpp(328): error C2664: 'bool FGESHandler::FunctionHasValidParams(UFunction *,UClass *,const FGESEmitData &,const FGESEventListener &)': cannot convert argument 2 from 'FFieldClass *' to 'UClass *'
  D:/Projects/AVcity/Plugins/global-event-system-ue4/Source/GlobalEventSystem/Private/GESHandler.cpp(328): note: Types pointed to are unrelated; conversion requires reinterpret_cast, C-style cast or function-style cast
  D:/Projects/AVcity/Plugins/global-event-system-ue4/Source/GlobalEventSystem/Private/GESHandler.cpp(57): note: see declaration of 'FGESHandler::FunctionHasValidParams'
  D:/Projects/AVcity/Plugins/global-event-system-ue4/Source/GlobalEventSystem/Private/GESHandler.cpp(334): warning C4996: UProperty has been renamed to FProperty Please update your code to the new API before upgrading to the next release, otherwise your project will no longer compile.
  D:/Projects/AVcity/Plugins/global-event-system-ue4/Source/GlobalEventSystem/Private/GESHandler.cpp(336): warning C4996: UStructProperty has been renamed to FStructProperty Please update your code to the new API before upgrading to the next release, otherwise your project will no longer compile.
  D:/Projects/AVcity/Plugins/global-event-system-ue4/Source/GlobalEventSystem/Private/GESHandler.cpp(336): warning C4996: UStructProperty has been renamed to FStructProperty Please update your code to the new API before upgrading to the next release, otherwise your project will no longer compile.
  D:/Projects/AVcity/Plugins/global-event-system-ue4/Source/GlobalEventSystem/Private/GESHandler.cpp(363): warning C4996: UStrProperty has been renamed to FStrProperty Please update your code to the new API before upgrading to the next release, otherwise your project will no longer compile.
  D:/Projects/AVcity/Plugins/global-event-system-ue4/Source/GlobalEventSystem/Private/GESHandler.cpp(363): warning C4996: UStrProperty has been renamed to FStrProperty Please update your code to the new API before upgrading to the next release, otherwise your project will no longer compile.
  D:/Projects/AVcity/Plugins/global-event-system-ue4/Source/GlobalEventSystem/Private/GESHandler.cpp(363): error C2664: 'bool FGESHandler::FunctionHasValidParams(UFunction *,UClass *,const FGESEmitData &,const FGESEventListener &)': cannot convert argument 2 from 'FFieldClass *' to 'UClass *'
  D:/Projects/AVcity/Plugins/global-event-system-ue4/Source/GlobalEventSystem/Private/GESHandler.cpp(363): note: Types pointed to are unrelated; conversion requires reinterpret_cast, C-style cast or function-style cast
  D:/Projects/AVcity/Plugins/global-event-system-ue4/Source/GlobalEventSystem/Private/GESHandler.cpp(57): note: see declaration of 'FGESHandler::FunctionHasValidParams'
  D:/Projects/AVcity/Plugins/global-event-system-ue4/Source/GlobalEventSystem/Private/GESHandler.cpp(374): warning C4996: UObjectProperty has been renamed to FObjectProperty Please update your code to the new API before upgrading to the next release, otherwise your project will no longer compile.
  D:/Projects/AVcity/Plugins/global-event-system-ue4/Source/GlobalEventSystem/Private/GESHandler.cpp(374): warning C4996: UObjectProperty has been renamed to FObjectProperty Please update your code to the new API before upgrading to the next release, otherwise your project will no longer compile.
  D:/Projects/AVcity/Plugins/global-event-system-ue4/Source/GlobalEventSystem/Private/GESHandler.cpp(374): error C2664: 'bool FGESHandler::FunctionHasValidParams(UFunction *,UClass *,const FGESEmitData &,const FGESEventListener &)': cannot convert argument 2 from 'FFieldClass *' to 'UClass *'
  D:/Projects/AVcity/Plugins/global-event-system-ue4/Source/GlobalEventSystem/Private/GESHandler.cpp(374): note: Types pointed to are unrelated; conversion requires reinterpret_cast, C-style cast or function-style cast
  D:/Projects/AVcity/Plugins/global-event-system-ue4/Source/GlobalEventSystem/Private/GESHandler.cpp(57): note: see declaration of 'FGESHandler::FunctionHasValidParams'
  D:/Projects/AVcity/Plugins/global-event-system-ue4/Source/GlobalEventSystem/Private/GESHandler.cpp(387): warning C4996: UNumericProperty has been renamed to FNumericProperty Please update your code to the new API before upgrading to the next release, otherwise your project will no longer compile.
  D:/Projects/AVcity/Plugins/global-event-system-ue4/Source/GlobalEventSystem/Private/GESHandler.cpp(387): warning C4996: UNumericProperty has been renamed to FNumericProperty Please update your code to the new API before upgrading to the next release, otherwise your project will no longer compile.
  D:/Projects/AVcity/Plugins/global-event-system-ue4/Source/GlobalEventSystem/Private/GESHandler.cpp(387): error C2664: 'bool FGESHandler::FunctionHasValidParams(UFunction *,UClass *,const FGESEmitData &,const FGESEventListener &)': cannot convert argument 2 from 'FFieldClass *' to 'UClass *'
  D:/Projects/AVcity/Plugins/global-event-system-ue4/Source/GlobalEventSystem/Private/GESHandler.cpp(387): note: Types pointed to are unrelated; conversion requires reinterpret_cast, C-style cast or function-style cast
  D:/Projects/AVcity/Plugins/global-event-system-ue4/Source/GlobalEventSystem/Private/GESHandler.cpp(57): note: see declaration of 'FGESHandler::FunctionHasValidParams'
  D:/Projects/AVcity/Plugins/global-event-system-ue4/Source/GlobalEventSystem/Private/GESHandler.cpp(398): warning C4996: UNumericProperty has been renamed to FNumericProperty Please update your code to the new API before upgrading to the next release, otherwise your project will no longer compile.
  D:/Projects/AVcity/Plugins/global-event-system-ue4/Source/GlobalEventSystem/Private/GESHandler.cpp(398): warning C4996: UNumericProperty has been renamed to FNumericProperty Please update your code to the new API before upgrading to the next release, otherwise your project will no longer compile.
  D:/Projects/AVcity/Plugins/global-event-system-ue4/Source/GlobalEventSystem/Private/GESHandler.cpp(398): error C2664: 'bool FGESHandler::FunctionHasValidParams(UFunction *,UClass *,const FGESEmitData &,const FGESEventListener &)': cannot convert argument 2 from 'FFieldClass *' to 'UClass *'
  D:/Projects/AVcity/Plugins/global-event-system-ue4/Source/GlobalEventSystem/Private/GESHandler.cpp(398): note: Types pointed to are unrelated; conversion requires reinterpret_cast, C-style cast or function-style cast
  D:/Projects/AVcity/Plugins/global-event-system-ue4/Source/GlobalEventSystem/Private/GESHandler.cpp(57): note: see declaration of 'FGESHandler::FunctionHasValidParams'
  D:/Projects/AVcity/Plugins/global-event-system-ue4/Source/GlobalEventSystem/Private/GESHandler.cpp(409): warning C4996: UBoolProperty has been renamed to FBoolProperty Please update your code to the new API before upgrading to the next release, otherwise your project will no longer compile.
  D:/Projects/AVcity/Plugins/global-event-system-ue4/Source/GlobalEventSystem/Private/GESHandler.cpp(409): warning C4996: UBoolProperty has been renamed to FBoolProperty Please update your code to the new API before upgrading to the next release, otherwise your project will no longer compile.
  D:/Projects/AVcity/Plugins/global-event-system-ue4/Source/GlobalEventSystem/Private/GESHandler.cpp(409): error C2664: 'bool FGESHandler::FunctionHasValidParams(UFunction *,UClass *,const FGESEmitData &,const FGESEventListener &)': cannot convert argument 2 from 'FFieldClass *' to 'UClass *'
  D:/Projects/AVcity/Plugins/global-event-system-ue4/Source/GlobalEventSystem/Private/GESHandler.cpp(409): note: Types pointed to are unrelated; conversion requires reinterpret_cast, C-style cast or function-style cast
  D:/Projects/AVcity/Plugins/global-event-system-ue4/Source/GlobalEventSystem/Private/GESHandler.cpp(57): note: see declaration of 'FGESHandler::FunctionHasValidParams'
  D:/Projects/AVcity/Plugins/global-event-system-ue4/Source/GlobalEventSystem/Private/GESHandler.cpp(421): warning C4996: UNameProperty has been renamed to FNameProperty Please update your code to the new API before upgrading to the next release, otherwise your project will no longer compile.
  D:/Projects/AVcity/Plugins/global-event-system-ue4/Source/GlobalEventSystem/Private/GESHandler.cpp(421): warning C4996: UNameProperty has been renamed to FNameProperty Please update your code to the new API before upgrading to the next release, otherwise your project will no longer compile.
  D:/Projects/AVcity/Plugins/global-event-system-ue4/Source/GlobalEventSystem/Private/GESHandler.cpp(421): error C2664: 'bool FGESHandler::FunctionHasValidParams(UFunction *,UClass *,const FGESEmitData &,const FGESEventListener &)': cannot convert argument 2 from 'FFieldClass *' to 'UClass *'
  D:/Projects/AVcity/Plugins/global-event-system-ue4/Source/GlobalEventSystem/Private/GESHandler.cpp(421): note: Types pointed to are unrelated; conversion requires reinterpret_cast, C-style cast or function-style cast
  D:/Projects/AVcity/Plugins/global-event-system-ue4/Source/GlobalEventSystem/Private/GESHandler.cpp(57): note: see declaration of 'FGESHandler::FunctionHasValidParams'
  D:/Projects/AVcity/Plugins/global-event-system-ue4/Source/GlobalEventSystem/Private/GESHandler.cpp(440): warning C4996: UProperty has been renamed to FProperty Please update your code to the new API before upgrading to the next release, otherwise your project will no longer compile.
  D:/Projects/AVcity/Plugins/global-event-system-ue4/Source/GlobalEventSystem/Private/GESHandler.cpp(457): warning C4996: UProperty has been renamed to FProperty Please update your code to the new API before upgrading to the next release, otherwise your project will no longer compile.
  D:/Projects/AVcity/Plugins/global-event-system-ue4/Source/GlobalEventSystem/Private/GESHandler.cpp(459): warning C4996: UProperty has been renamed to FProperty Please update your code to the new API before upgrading to the next release, otherwise your project will no longer compile.
  D:/Projects/AVcity/Plugins/global-event-system-ue4/Source/GlobalEventSystem/Private/GESHandler.cpp(462): warning C4996: UProperty has been renamed to FProperty Please update your code to the new API before upgrading to the next release, otherwise your project will no longer compile.
  D:/Projects/AVcity/Plugins/global-event-system-ue4/Source/GlobalEventSystem/Private/GESHandler.cpp(457): warning C4996: UProperty has been renamed to FProperty Please update your code to the new API before upgrading to the next release, otherwise your project will no longer compile.
  D:/Projects/AVcity/Plugins/global-event-system-ue4/Source/GlobalEventSystem/Private/GESHandler.cpp(459): warning C4996: UProperty has been renamed to FProperty Please update your code to the new API before upgrading to the next release, otherwise your project will no longer compile.
  D:/Projects/AVcity/Plugins/global-event-system-ue4/Source/GlobalEventSystem/Private/GESHandler.cpp(462): warning C4996: UProperty has been renamed to FProperty Please update your code to the new API before upgrading to the next release, otherwise your project will no longer compile.
  D:/Projects/AVcity/Plugins/global-event-system-ue4/Source/GlobalEventSystem/Private/GESHandler.cpp(478): warning C4996: UStructProperty has been renamed to FStructProperty Please update your code to the new API before upgrading to the next release, otherwise your project will no longer compile.
  D:/Projects/AVcity/Plugins/global-event-system-ue4/Source/GlobalEventSystem/Private/GESHandler.cpp(480): warning C4996: UStructProperty has been renamed to FStructProperty Please update your code to the new API before upgrading to the next release, otherwise your project will no longer compile.
  D:/Projects/AVcity/Plugins/global-event-system-ue4/Source/GlobalEventSystem/Private/GESHandler.cpp(480): warning C4996: UStructProperty has been renamed to FStructProperty Please update your code to the new API before upgrading to the next release, otherwise your project will no longer compile.
  D:/Projects/AVcity/Plugins/global-event-system-ue4/Source/GlobalEventSystem/Private/GESHandler.cpp(480): error C2665: 'ExactCast': none of the 2 overloads could convert all the argument types
  C:\Program Files\Epic Games\UE_4.26\Engine\Source\Runtime\CoreUObject\Public\Templates/Casts.h(319): note: could be 'const T *ExactCast<FStructProperty>(const UObject *)'
          with
          [
              T=FStructProperty
          ]
  C:\Program Files\Epic Games\UE_4.26\Engine\Source\Runtime\CoreUObject\Public\Templates/Casts.h(223): note: or       'T *ExactCast<FStructProperty>(UObject *)'
          with
          [
              T=FStructProperty
          ]
  D:/Projects/AVcity/Plugins/global-event-system-ue4/Source/GlobalEventSystem/Private/GESHandler.cpp(480): note: while trying to match the argument list '(FProperty *)'
  D:/Projects/AVcity/Plugins/global-event-system-ue4/Source/GlobalEventSystem/Private/GESHandler.cpp(484): warning C4996: UStrProperty has been renamed to FStrProperty Please update your code to the new API before upgrading to the next release, otherwise your project will no longer compile.
  D:/Projects/AVcity/Plugins/global-event-system-ue4/Source/GlobalEventSystem/Private/GESHandler.cpp(486): warning C4996: UStrProperty has been renamed to FStrProperty Please update your code to the new API before upgrading to the next release, otherwise your project will no longer compile.
  D:/Projects/AVcity/Plugins/global-event-system-ue4/Source/GlobalEventSystem/Private/GESHandler.cpp(486): warning C4996: UStrProperty has been renamed to FStrProperty Please update your code to the new API before upgrading to the next release, otherwise your project will no longer compile.
  D:/Projects/AVcity/Plugins/global-event-system-ue4/Source/GlobalEventSystem/Private/GESHandler.cpp(491): warning C4996: UObjectProperty has been renamed to FObjectProperty Please update your code to the new API before upgrading to the next release, otherwise your project will no longer compile.
  D:/Projects/AVcity/Plugins/global-event-system-ue4/Source/GlobalEventSystem/Private/GESHandler.cpp(493): warning C4996: UObjectProperty has been renamed to FObjectProperty Please update your code to the new API before upgrading to the next release, otherwise your project will no longer compile.
  D:/Projects/AVcity/Plugins/global-event-system-ue4/Source/GlobalEventSystem/Private/GESHandler.cpp(493): warning C4996: UObjectProperty has been renamed to FObjectProperty Please update your code to the new API before upgrading to the next release, otherwise your project will no longer compile.
  D:/Projects/AVcity/Plugins/global-event-system-ue4/Source/GlobalEventSystem/Private/GESHandler.cpp(498): warning C4996: UNumericProperty has been renamed to FNumericProperty Please update your code to the new API before upgrading to the next release, otherwise your project will no longer compile.
  D:/Projects/AVcity/Plugins/global-event-system-ue4/Source/GlobalEventSystem/Private/GESHandler.cpp(500): warning C4996: UNumericProperty has been renamed to FNumericProperty Please update your code to the new API before upgrading to the next release, otherwise your project will no longer compile.
  D:/Projects/AVcity/Plugins/global-event-system-ue4/Source/GlobalEventSystem/Private/GESHandler.cpp(500): warning C4996: UNumericProperty has been renamed to FNumericProperty Please update your code to the new API before upgrading to the next release, otherwise your project will no longer compile.
  D:/Projects/AVcity/Plugins/global-event-system-ue4/Source/GlobalEventSystem/Private/GESHandler.cpp(514): warning C4996: UBoolProperty has been renamed to FBoolProperty Please update your code to the new API before upgrading to the next release, otherwise your project will no longer compile.
  D:/Projects/AVcity/Plugins/global-event-system-ue4/Source/GlobalEventSystem/Private/GESHandler.cpp(516): warning C4996: UBoolProperty has been renamed to FBoolProperty Please update your code to the new API before upgrading to the next release, otherwise your project will no longer compile.
  D:/Projects/AVcity/Plugins/global-event-system-ue4/Source/GlobalEventSystem/Private/GESHandler.cpp(516): warning C4996: UBoolProperty has been renamed to FBoolProperty Please update your code to the new API before upgrading to the next release, otherwise your project will no longer compile.
  D:/Projects/AVcity/Plugins/global-event-system-ue4/Source/GlobalEventSystem/Private/GESHandler.cpp(521): warning C4996: UNameProperty has been renamed to FNameProperty Please update your code to the new API before upgrading to the next release, otherwise your project will no longer compile.
  D:/Projects/AVcity/Plugins/global-event-system-ue4/Source/GlobalEventSystem/Private/GESHandler.cpp(523): warning C4996: UNameProperty has been renamed to FNameProperty Please update your code to the new API before upgrading to the next release, otherwise your project will no longer compile.
  D:/Projects/AVcity/Plugins/global-event-system-ue4/Source/GlobalEventSystem/Private/GESHandler.cpp(523): warning C4996: UNameProperty has been renamed to FNameProperty Please update your code to the new API before upgrading to the next release, otherwise your project will no longer compile.
  D:\Projects\AVcity\Plugins\global-event-system-ue4\Intermediate\Build\Win64\UE4Editor\Inc\GlobalEventSystem\GlobalEventSystemBPLibrary.generated.h(14): warning C4996: UProperty has been renamed to FProperty Please update your code to the new API before upgrading to the next release, otherwise your project will no longer compile.
  D:\Projects\AVcity\Plugins\global-event-system-ue4\Source\GlobalEventSystem\Public\GlobalEventSystemBPLibrary.h(41): warning C4996: UProperty has been renamed to FProperty Please update your code to the new API before upgrading to the next release, otherwise your project will no longer compile.
  D:\Projects\AVcity\Plugins\global-event-system-ue4\Source\GlobalEventSystem\Public\GlobalEventSystemBPLibrary.h(84): warning C4996: UProperty has been renamed to FProperty Please update your code to the new API before upgrading to the next release, otherwise your project will no longer compile.
  D:\Projects\AVcity\Plugins\global-event-system-ue4\Source\GlobalEventSystem\Public\GlobalEventSystemBPLibrary.h(95): warning C4996: UObjectProperty has been renamed to FObjectProperty Please update your code to the new API before upgrading to the next release, otherwise your project will no longer compile.
  D:\Projects\AVcity\Plugins\global-event-system-ue4\Source\GlobalEventSystem\Public\GlobalEventSystemBPLibrary.h(96): warning C4996: UBoolProperty has been renamed to FBoolProperty Please update your code to the new API before upgrading to the next release, otherwise your project will no longer compile.
  D:\Projects\AVcity\Plugins\global-event-system-ue4\Source\GlobalEventSystem\Public\GlobalEventSystemBPLibrary.h(97): warning C4996: UStrProperty has been renamed to FStrProperty Please update your code to the new API before upgrading to the next release, otherwise your project will no longer compile.
  D:\Projects\AVcity\Plugins\global-event-system-ue4\Source\GlobalEventSystem\Public\GlobalEventSystemBPLibrary.h(98): warning C4996: UStrProperty has been renamed to FStrProperty Please update your code to the new API before upgrading to the next release, otherwise your project will no longer compile.
  D:\Projects\AVcity\Plugins\global-event-system-ue4\Source\GlobalEventSystem\Public\GlobalEventSystemBPLibrary.h(102): warning C4996: UProperty has been renamed to FProperty Please update your code to the new API before upgrading to the next release, otherwise your project will no longer compile.
  D:\Projects\AVcity\Plugins\global-event-system-ue4\Source\GlobalEventSystem\Public\GlobalEventSystemBPLibrary.h(102): warning C4996: UProperty has been renamed to FProperty Please update your code to the new API before upgrading to the next release, otherwise your project will no longer compile.
  D:\Projects\AVcity\Plugins\global-event-system-ue4\Source\GlobalEventSystem\Public\GlobalEventSystemBPLibrary.h(121): warning C4996: UStructProperty has been renamed to FStructProperty Please update your code to the new API before upgrading to the next release, otherwise your project will no longer compile.
  D:\Projects\AVcity\Plugins\global-event-system-ue4\Source\GlobalEventSystem\Public\GlobalEventSystemBPLibrary.h(125): warning C4996: UProperty has been renamed to FProperty Please update your code to the new API before upgrading to the next release, otherwise your project will no longer compile.
  D:\Projects\AVcity\Plugins\global-event-system-ue4\Source\GlobalEventSystem\Public\GlobalEventSystemBPLibrary.h(125): warning C4996: UProperty has been renamed to FProperty Please update your code to the new API before upgrading to the next release, otherwise your project will no longer compile.
  D:/Projects/AVcity/Plugins/global-event-system-ue4/Source/GlobalEventSystem/Private/GlobalEventSystemBPLibrary.cpp(50): warning C4996: UProperty has been renamed to FProperty Please update your code to the new API before upgrading to the next release, otherwise your project will no longer compile.
  D:/Projects/AVcity/Plugins/global-event-system-ue4/Source/GlobalEventSystem/Private/GlobalEventSystemBPLibrary.cpp(77): warning C4996: UNumericProperty has been renamed to FNumericProperty Please update your code to the new API before upgrading to the next release, otherwise your project will no longer compile.
  D:/Projects/AVcity/Plugins/global-event-system-ue4/Source/GlobalEventSystem/Private/GlobalEventSystemBPLibrary.cpp(79): warning C4996: UNumericProperty has been renamed to FNumericProperty Please update your code to the new API before upgrading to the next release, otherwise your project will no longer compile.
  D:/Projects/AVcity/Plugins/global-event-system-ue4/Source/GlobalEventSystem/Private/GlobalEventSystemBPLibrary.cpp(79): warning C4996: UNumericProperty has been renamed to FNumericProperty Please update your code to the new API before upgrading to the next release, otherwise your project will no longer compile.
  D:/Projects/AVcity/Plugins/global-event-system-ue4/Source/GlobalEventSystem/Private/GlobalEventSystemBPLibrary.cpp(101): warning C4996: UNumericProperty has been renamed to FNumericProperty Please update your code to the new API before upgrading to the next release, otherwise your project will no longer compile.
  D:/Projects/AVcity/Plugins/global-event-system-ue4/Source/GlobalEventSystem/Private/GlobalEventSystemBPLibrary.cpp(103): warning C4996: UNumericProperty has been renamed to FNumericProperty Please update your code to the new API before upgrading to the next release, otherwise your project will no longer compile.
  D:/Projects/AVcity/Plugins/global-event-system-ue4/Source/GlobalEventSystem/Private/GlobalEventSystemBPLibrary.cpp(103): warning C4996: UNumericProperty has been renamed to FNumericProperty Please update your code to the new API before upgrading to the next release, otherwise your project will no longer compile.
  D:/Projects/AVcity/Plugins/global-event-system-ue4/Source/GlobalEventSystem/Private/GlobalEventSystemBPLibrary.cpp(125): warning C4996: UBoolProperty has been renamed to FBoolProperty Please update your code to the new API before upgrading to the next release, otherwise your project will no longer compile.
  D:/Projects/AVcity/Plugins/global-event-system-ue4/Source/GlobalEventSystem/Private/GlobalEventSystemBPLibrary.cpp(127): warning C4996: UBoolProperty has been renamed to FBoolProperty Please update your code to the new API before upgrading to the next release, otherwise your project will no longer compile.
  D:/Projects/AVcity/Plugins/global-event-system-ue4/Source/GlobalEventSystem/Private/GlobalEventSystemBPLibrary.cpp(127): warning C4996: UBoolProperty has been renamed to FBoolProperty Please update your code to the new API before upgrading to the next release, otherwise your project will no longer compile.
  D:/Projects/AVcity/Plugins/global-event-system-ue4/Source/GlobalEventSystem/Private/GlobalEventSystemBPLibrary.cpp(140): warning C4996: UStrProperty has been renamed to FStrProperty Please update your code to the new API before upgrading to the next release, otherwise your project will no longer compile.
  D:/Projects/AVcity/Plugins/global-event-system-ue4/Source/GlobalEventSystem/Private/GlobalEventSystemBPLibrary.cpp(142): warning C4996: UStrProperty has been renamed to FStrProperty Please update your code to the new API before upgrading to the next release, otherwise your project will no longer compile.
  D:/Projects/AVcity/Plugins/global-event-system-ue4/Source/GlobalEventSystem/Private/GlobalEventSystemBPLibrary.cpp(142): warning C4996: UStrProperty has been renamed to FStrProperty Please update your code to the new API before upgrading to the next release, otherwise your project will no longer compile.
  D:/Projects/AVcity/Plugins/global-event-system-ue4/Source/GlobalEventSystem/Private/GlobalEventSystemBPLibrary.cpp(151): warning C4996: UNumericProperty has been renamed to FNumericProperty Please update your code to the new API before upgrading to the next release, otherwise your project will no longer compile.
  D:/Projects/AVcity/Plugins/global-event-system-ue4/Source/GlobalEventSystem/Private/GlobalEventSystemBPLibrary.cpp(153): warning C4996: UNumericProperty has been renamed to FNumericProperty Please update your code to the new API before upgrading to the next release, otherwise your project will no longer compile.
  D:/Projects/AVcity/Plugins/global-event-system-ue4/Source/GlobalEventSystem/Private/GlobalEventSystemBPLibrary.cpp(153): warning C4996: UNumericProperty has been renamed to FNumericProperty Please update your code to the new API before upgrading to the next release, otherwise your project will no longer compile.
  D:/Projects/AVcity/Plugins/global-event-system-ue4/Source/GlobalEventSystem/Private/GlobalEventSystemBPLibrary.cpp(163): warning C4996: UBoolProperty has been renamed to FBoolProperty Please update your code to the new API before upgrading to the next release, otherwise your project will no longer compile.
  D:/Projects/AVcity/Plugins/global-event-system-ue4/Source/GlobalEventSystem/Private/GlobalEventSystemBPLibrary.cpp(165): warning C4996: UBoolProperty has been renamed to FBoolProperty Please update your code to the new API before upgrading to the next release, otherwise your project will no longer compile.
  D:/Projects/AVcity/Plugins/global-event-system-ue4/Source/GlobalEventSystem/Private/GlobalEventSystemBPLibrary.cpp(165): warning C4996: UBoolProperty has been renamed to FBoolProperty Please update your code to the new API before upgrading to the next release, otherwise your project will no longer compile.
  D:/Projects/AVcity/Plugins/global-event-system-ue4/Source/GlobalEventSystem/Private/GlobalEventSystemBPLibrary.cpp(175): warning C4996: UNameProperty has been renamed to FNameProperty Please update your code to the new API before upgrading to the next release, otherwise your project will no longer compile.
  D:/Projects/AVcity/Plugins/global-event-system-ue4/Source/GlobalEventSystem/Private/GlobalEventSystemBPLibrary.cpp(177): warning C4996: UNameProperty has been renamed to FNameProperty Please update your code to the new API before upgrading to the next release, otherwise your project will no longer compile.
  D:/Projects/AVcity/Plugins/global-event-system-ue4/Source/GlobalEventSystem/Private/GlobalEventSystemBPLibrary.cpp(177): warning C4996: UNameProperty has been renamed to FNameProperty Please update your code to the new API before upgrading to the next release, otherwise your project will no longer compile.
  D:/Projects/AVcity/Plugins/global-event-system-ue4/Source/GlobalEventSystem/Private/GlobalEventSystemBPLibrary.cpp(180): warning C4996: UObjectProperty has been renamed to FObjectProperty Please update your code to the new API before upgrading to the next release, otherwise your project will no longer compile.
  D:/Projects/AVcity/Plugins/global-event-system-ue4/Source/GlobalEventSystem/Private/GlobalEventSystemBPLibrary.cpp(182): warning C4996: UObjectProperty has been renamed to FObjectProperty Please update your code to the new API before upgrading to the next release, otherwise your project will no longer compile.
  D:/Projects/AVcity/Plugins/global-event-system-ue4/Source/GlobalEventSystem/Private/GlobalEventSystemBPLibrary.cpp(182): warning C4996: UObjectProperty has been renamed to FObjectProperty Please update your code to the new API before upgrading to the next release, otherwise your project will no longer compile.
  D:/Projects/AVcity/Plugins/global-event-system-ue4/Source/GlobalEventSystem/Private/GlobalEventSystemBPLibrary.cpp(186): warning C4996: UStructProperty has been renamed to FStructProperty Please update your code to the new API before upgrading to the next release, otherwise your project will no longer compile.
  D:/Projects/AVcity/Plugins/global-event-system-ue4/Source/GlobalEventSystem/Private/GlobalEventSystemBPLibrary.cpp(188): warning C4996: UStructProperty has been renamed to FStructProperty Please update your code to the new API before upgrading to the next release, otherwise your project will no longer compile.
  D:/Projects/AVcity/Plugins/global-event-system-ue4/Source/GlobalEventSystem/Private/GlobalEventSystemBPLibrary.cpp(188): warning C4996: UStructProperty has been renamed to FStructProperty Please update your code to the new API before upgrading to the next release, otherwise your project will no longer compile.
  D:/Projects/AVcity/Plugins/global-event-system-ue4/Source/GlobalEventSystem/Private/GlobalEventSystemBPLibrary.cpp(204): warning C4996: UNameProperty has been renamed to FNameProperty Please update your code to the new API before upgrading to the next release, otherwise your project will no longer compile.
  D:/Projects/AVcity/Plugins/global-event-system-ue4/Source/GlobalEventSystem/Private/GlobalEventSystemBPLibrary.cpp(206): warning C4996: UNameProperty has been renamed to FNameProperty Please update your code to the new API before upgrading to the next release, otherwise your project will no longer compile.
  D:/Projects/AVcity/Plugins/global-event-system-ue4/Source/GlobalEventSystem/Private/GlobalEventSystemBPLibrary.cpp(206): warning C4996: UNameProperty has been renamed to FNameProperty Please update your code to the new API before upgrading to the next release, otherwise your project will no longer compile.
  D:/Projects/AVcity/Plugins/global-event-system-ue4/Source/GlobalEventSystem/Private/GlobalEventSystemBPLibrary.cpp(217): warning C4996: UProperty has been renamed to FProperty Please update your code to the new API before upgrading to the next release, otherwise your project will no longer compile.
  D:/Projects/AVcity/Plugins/global-event-system-ue4/Source/GlobalEventSystem/Private/GlobalEventSystemBPLibrary.cpp(225): warning C4996: UStructProperty has been renamed to FStructProperty Please update your code to the new API before upgrading to the next release, otherwise your project will no longer compile.
  D:/Projects/AVcity/Plugins/global-event-system-ue4/Source/GlobalEventSystem/Private/GlobalEventSystemBPLibrary.cpp(225): warning C4996: UStructProperty has been renamed to FStructProperty Please update your code to the new API before upgrading to the next release, otherwise your project will no longer compile.
  D:/Projects/AVcity/Plugins/global-event-system-ue4/Source/GlobalEventSystem/Private/GlobalEventSystemBPLibrary.cpp(227): warning C4996: UStructProperty has been renamed to FStructProperty Please update your code to the new API before upgrading to the next release, otherwise your project will no longer compile.
  D:/Projects/AVcity/Plugins/global-event-system-ue4/Source/GlobalEventSystem/Private/GlobalEventSystemBPLibrary.cpp(227): warning C4996: UStructProperty has been renamed to FStructProperty Please update your code to the new API before upgrading to the next release, otherwise your project will no longer compile.
  D:/Projects/AVcity/Plugins/global-event-system-ue4/Source/GlobalEventSystem/Private/GlobalEventSystemBPLibrary.cpp(228): warning C4996: UStructProperty has been renamed to FStructProperty Please update your code to the new API before upgrading to the next release, otherwise your project will no longer compile.
  D:/Projects/AVcity/Plugins/global-event-system-ue4/Source/GlobalEventSystem/Private/GlobalEventSystemBPLibrary.cpp(228): warning C4996: UStructProperty has been renamed to FStructProperty Please update your code to the new API before upgrading to the next release, otherwise your project will no longer compile.
  D:/Projects/AVcity/Plugins/global-event-system-ue4/Source/GlobalEventSystem/Private/GlobalEventSystemBPLibrary.cpp(241): warning C4996: UObjectProperty has been renamed to FObjectProperty Please update your code to the new API before upgrading to the next release, otherwise your project will no longer compile.
  D:/Projects/AVcity/Plugins/global-event-system-ue4/Source/GlobalEventSystem/Private/GlobalEventSystemBPLibrary.cpp(243): warning C4996: UObjectProperty has been renamed to FObjectProperty Please update your code to the new API before upgrading to the next release, otherwise your project will no longer compile.
  D:/Projects/AVcity/Plugins/global-event-system-ue4/Source/GlobalEventSystem/Private/GlobalEventSystemBPLibrary.cpp(243): warning C4996: UObjectProperty has been renamed to FObjectProperty Please update your code to the new API before upgrading to the next release, otherwise your project will no longer compile.
getnamo commented 3 years ago

It appears you haven't pulled the 4.25 version (currently merged in master branch) as it does currently compile without code changes for 4.26 (FProperty changes happened in 4.25). Clean your plugin and replace with current master branch or use https://github.com/getnamo/global-event-system-ue4/releases/tag/0.5.0 release in c++ project that recompiles it.

getnamo commented 3 years ago

There's now a 4.26 release too: https://github.com/getnamo/global-event-system-ue4/releases/tag/0.6.0