Advertisement
Guest User

Untitled

a guest
Jun 18th, 2017
90
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 2.40 KB | None | 0 0
  1. 4>d:\GW20170614\Plugins\PlayFab\Source\PlayFab\PlayFab.Build.cs(7,16): warning CS0618: 'UnrealBuildTool.ModuleRules.ModuleRules()' is obsolete: 'Please change your module constructor to take a ReadOnlyTargetRules parameter, and pass it to the base class constructor (eg. "MyModuleRules(ReadOnlyTargetRules Target) : base(Target)").'
  2. 4>d:\GW20170614\Source\GlitchWarsServer.Target.cs(10,12): warning CS0618: 'UnrealBuildTool.TargetRules.TargetRules()' is obsolete: 'Please pass the TargetInfo parameter to the base class constructor (eg. "MyTargetRules(TargetInfo Target) : base(Target)").'
  3. 4>D:\GW20170614\Plugins\PlayFab\Source\PlayFab\PlayFab.Build.cs : warning : Module constructors should take a ReadOnlyTargetRules argument (rather than a TargetInfo argument) and pass it to the base class constructor from 4.15 onwards. Please update the method signature.
  4.  
  5.  
  6.  
  7.  
  8. D:\GW20170614\Plugins\PlayFab\Source\PlayFab\Classes/PlayFabEnums.h(39): warning C4996: 'UEnum::GetEnumName': GetEnumName is deprecated, call GetNameStringByIndex instead Please update your code to the new API before upgrading to the next release, otherwise your project will no longer compile.
  9. 4> d:\ue4source4.16\unrealengine\engine\source\runtime\coreuobject\public\UObject/Class.h(1773): note: see declaration of 'UEnum::GetEnumName'
  10. 4> D:\GW20170614\Plugins\PlayFab\Source\PlayFab\Private\PlayFabClientAPI.cpp(3919): note: see reference to function template instantiation 'bool GetEnumValueToString<EUserDataPermission>(const FString &,const EnumType &,FString &)' being compiled
  11. 4> with
  12. 4> [
  13. 4> EnumType=EUserDataPermission
  14. 4> ]
  15. 4>D:\GW20170614\Plugins\PlayFab\Source\PlayFab\Classes/PlayFabEnums.h(25): warning C4996: 'UEnum::FindEnumIndex': FindEnumIndex is deprecated, call GetIndexByName or GetValueByName instead Please update your code to the new API before upgrading to the next release, otherwise your project will no longer compile.
  16. 4> d:\ue4source4.16\unrealengine\engine\source\runtime\coreuobject\public\UObject/Class.h(1761): note: see declaration of 'UEnum::FindEnumIndex'
  17. 4> D:\GW20170614\Plugins\PlayFab\Source\PlayFab\Private\PlayFabClientModelDecoder.cpp(572): note: see reference to function template instantiation 'bool GetEnumValueFromString<EPfSourceType>(const FString &,const FString &,EnumType &)' being compiled
  18. 4> with
  19. 4> [
  20. 4> EnumType=EPfSourceType
  21. 4> ]
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement