@
hello!
and now ,i have a quesion when i build NVIDIA GameWorks merged branch (v4.9.2) and then get the waring!
Warning 1 warning C4996: ‘ConstructObject’: ConstructObject is deprecated. Use NewObject instead Please update your code to the new API before upgrading to the next release, otherwise your project will no longer compile. D:\UnrealEngine-4.9.2_NVIDIA_SF\Engine\Source\Editor\UnrealEd\Private\Factories\EditorFactories.cpp 7509 1 UE4
Warning 2 warning C4996: ‘ConstructObject’: ConstructObject is deprecated. Use NewObject instead Please update your code to the new API before upgrading to the next release, otherwise your project will no longer compile. D:\UnrealEngine-4.9.2_NVIDIA_SF\Engine\Source\Editor\UnrealEd\Private\Factories\EditorFactories.cpp 7529 1 UE4
Warning 3 warning C4996: ‘ConstructObject’: ConstructObject is deprecated. Use NewObject instead Please update your code to the new API before upgrading to the next release, otherwise your project will no longer compile. D:\UnrealEngine-4.9.2_NVIDIA_SF\Engine\Source\Editor\UnrealEd\Private\Factories\EditorFactories.cpp 7549 1 UE4
Warning 4 warning C4996: ‘ConstructObject’: ConstructObject is deprecated. Use NewObject instead Please update your code to the new API before upgrading to the next release, otherwise your project will no longer compile. D:\UnrealEngine-4.9.2_NVIDIA_SF\Engine\Source\Editor\UnrealEd\Private\Factories\EditorFactories.cpp 7569 1 UE4
Warning 5 warning C4996: ‘ConstructObject’: ConstructObject is deprecated. Use NewObject instead Please update your code to the new API before upgrading to the next release, otherwise your project will no longer compile. D:\UnrealEngine-4.9.2_NVIDIA_SF\Engine\Source\Editor\UnrealEd\Private\Factories\EditorFactories.cpp 7589 1 UE4
Warning 6 warning C4996: ‘ConstructObject’: ConstructObject is deprecated. Use NewObject instead Please update your code to the new API before upgrading to the next release, otherwise your project will no longer compile. D:\UnrealEngine-4.9.2_NVIDIA_SF\Engine\Source\Editor\UnrealEd\Private\Factories\EditorFactories.cpp 7609 1 UE4
Warning 7 warning C4996: ‘ConstructObject’: ConstructObject is deprecated. Use NewObject instead Please update your code to the new API before upgrading to the next release, otherwise your project will no longer compile. D:\UnrealEngine-4.9.2_NVIDIA_SF\Engine\Source\Editor\UnrealEd\Private\Factories\EditorFactories.cpp 7629 1 UE4
Warning 8 warning C4996: ‘NewNamedObject’: NewNamedObject is deprecated. Use NewObject instead Please update your code to the new API before upgrading to the next release, otherwise your project will no longer compile. D:\UnrealEngine-4.9.2_NVIDIA_SF\Engine\Source\Runtime\Engine\Private\Particles\ParticleModules_Density.cpp 38 1 UE4
Warning 9 warning C4996: ‘NewNamedObject’: NewNamedObject is deprecated. Use NewObject instead Please update your code to the new API before upgrading to the next release, otherwise your project will no longer compile. D:\UnrealEngine-4.9.2_NVIDIA_SF\Engine\Source\Runtime\Engine\Private\Particles\ParticleModules_Density.cpp 43 1 UE4
Warning 10 warning C4996: ‘NewNamedObject’: NewNamedObject is deprecated. Use NewObject instead Please update your code to the new API before upgrading to the next release, otherwise your project will no longer compile. D:\UnrealEngine-4.9.2_NVIDIA_SF\Engine\Source\Runtime\Engine\Private\Particles\ParticleModules_Density.cpp 54 1 UE4
Warning 11 warning C4996: ‘NewNamedObject’: NewNamedObject is deprecated. Use NewObject instead Please update your code to the new API before upgrading to the next release, otherwise your project will no longer compile. D:\UnrealEngine-4.9.2_NVIDIA_SF\Engine\Source\Runtime\Engine\Private\Particles\ParticleModules_Density.cpp 56 1 UE4
Warning 12 warning C4996: ‘StaticConstructObject’: StaticConstructObject is deprecated, please use NewObject instead. For internal CoreUObject module usage, please use StaticConstructObject_Internal. Please update your code to the new API before upgrading to the next release, otherwise your project will no longer compile. D:\UnrealEngine-4.9.2_NVIDIA_SF\Engine\Source\Runtime\Engine\Private\Particles\ParticleModules_Density.cpp 139 1 UE4
Warning 13 warning C4996: ‘StaticConstructObject’: StaticConstructObject is deprecated, please use NewObject instead. For internal CoreUObject module usage, please use StaticConstructObject_Internal. Please update your code to the new API before upgrading to the next release, otherwise your project will no longer compile. D:\UnrealEngine-4.9.2_NVIDIA_SF\Engine\Source\Runtime\Engine\Private\Particles\ParticleModules_Density.cpp 162 1 UE4
Warning 14 warning C4996: ‘NewNamedObject’: NewNamedObject is deprecated. Use NewObject instead Please update your code to the new API before upgrading to the next release, otherwise your project will no longer compile. D:\UnrealEngine-4.9.2_NVIDIA_SF\Engine\Source\Runtime\Engine\Private\Particles\ParticleModules_Density.cpp 217 1 UE4
Warning 15 warning C4996: ‘StaticConstructObject’: StaticConstructObject is deprecated, please use NewObject instead. For internal CoreUObject module usage, please use StaticConstructObject_Internal. Please update your code to the new API before upgrading to the next release, otherwise your project will no longer compile. D:\UnrealEngine-4.9.2_NVIDIA_SF\Engine\Source\Runtime\Engine\Private\Particles\ParticleModules_Density.cpp 262 1 UE4
Error 16 error C1070: mismatched #if/#endif pair in file ‘d:\unrealengine-4.9.2_nvidia_sf\engine\source\runtime\engine\private\slate\sceneviewport.cpp’ D:\UnrealEngine-4.9.2_NVIDIA_SF\Engine\Source\Runtime\Engine\Private\Slate\SceneViewport.cpp 1693 1 UE4
Error 17 error : Failed to produce item: D:\UnrealEngine-4.9.2_NVIDIA_SF\Engine\Binaries\Win64\UE4Editor-Engine.dll D:\UnrealEngine-4.9.2_NVIDIA_SF\Engine\Intermediate\ProjectFiles\ERROR UE4
Error 18 error MSB3073: The command “…..\Build\BatchFiles\Build.bat UE4Editor Win64 Development -waitmutex” exited with code -1. C:\Program Files (x86)\MSBuild\Microsoft.Cpp\v4.0\V120\Microsoft.MakeFile.Targets 38 5 UE4