Advertisement
Guest User

Untitled

a guest
Mar 18th, 2017
100
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 3.16 KB | None | 0 0
  1. e:\ueex\neofurtest\NeofurTest\Plugins\Neoglyphic\NeoFur\Source\NeoFur\Private\NeoFurAsset.cpp(417): error C3861: 'GetDeltaFromMorphTarget': identifier not found
  2. e:\ueex\neofurtest\NeofurTest\Plugins\Neoglyphic\NeoFur\Source\NeoFur\Private\NeoFurAsset.cpp(293): warning C4996: 'FStaticLODModel::GetChunkAndSkinType': Please use GetSectionFromVertIndex. Please update your code to the new API before upgrading to the next release, otherwise your project will no longer compile.
  3. e:\ueex\ue_4.15_source\unrealengine\engine\source\runtime\engine\public\SkeletalMeshTypes.h(1352): note: see declaration of 'FStaticLODModel::GetChunkAndSkinType'
  4. e:\ueex\neofurtest\NeofurTest\Plugins\Neoglyphic\NeoFur\Source\NeoFur\Private\NeoFurAsset.cpp(314): warning C4996: 'FStaticLODModel::GetChunkAndSkinType': Please use GetSectionFromVertIndex. Please update your code to the new API before upgrading to the next release, otherwise your project will no longer compile.
  5. e:\ueex\ue_4.15_source\unrealengine\engine\source\runtime\engine\public\SkeletalMeshTypes.h(1352): note: see declaration of 'FStaticLODModel::GetChunkAndSkinType'
  6. e:\ueex\neofurtest\NeofurTest\Plugins\Neoglyphic\NeoFur\Source\NeoFur\Private\NeoFurComponent.cpp(227): warning C4668: 'NEOFUR_USE_CUSTOM_RNG' is not defined as a preprocessor macro, replacing with '0' for '#if/#elif'
  7. e:\ueex\neofurtest\NeofurTest\Plugins\Neoglyphic\NeoFur\Source\NeoFur\Private\NeoFurComponent.cpp(450): error C3861: 'GetDeltaFromMorphTarget': identifier not found
  8. e:\ueex\neofurtest\NeofurTest\Plugins\Neoglyphic\NeoFur\Source\NeoFur\Private\NeoFurComponent.cpp(380): warning C4996: 'USkinnedMeshComponent::GetSpaceBases': GetComponentSpaceTransforms is now renamed GetComponentSpaceTransforms Please update your code to the new API before upgrading to the next release, otherwise your project will no longer compile.
  9. e:\ueex\UE_4.15_source\UnrealEngine\Engine\Source\Runtime\Engine\Classes\Components/SkinnedMeshComponent.h(684): note: see declaration of 'USkinnedMeshComponent::GetSpaceBases'
  10. e:\ueex\neofurtest\NeofurTest\Plugins\Neoglyphic\NeoFur\Source\NeoFur\Private\NeoFurComponent.cpp(396): warning C4996: 'USkinnedMeshComponent::GetSpaceBases': GetComponentSpaceTransforms is now renamed GetComponentSpaceTransforms Please update your code to the new API before upgrading to the next release, otherwise your project will no longer compile.
  11. e:\ueex\UE_4.15_source\UnrealEngine\Engine\Source\Runtime\Engine\Classes\Components/SkinnedMeshComponent.h(684): note: see declaration of 'USkinnedMeshComponent::GetSpaceBases'
  12. e:\ueex\neofurtest\neofurtest\plugins\neoglyphic\neofur\source\neofur\private\NeoFurProfiling.h(21): warning C4668: 'NEOFUR_ENABLE_PROFILING' is not defined as a preprocessor macro, replacing with '0' for '#if/#elif'
  13. e:\ueex\neofurtest\NeofurTest\Plugins\Neoglyphic\NeoFur\Source\NeoFur\Private\NeoFurProfiling.cpp(17): warning C4668: 'NEOFUR_ENABLE_PROFILING' is not defined as a preprocessor macro, replacing with '0' for '#if/#elif'
  14. e:\ueex\neofurtest\NeofurTest\Plugins\Neoglyphic\NeoFur\Source\NeoFur\Private\NeoFurVertexFactory.cpp(271): warning C4668: 'NEOFUR_DISABLE_METAL' is not defined as a preprocessor macro, replacing with '0' for '#if/#elif'
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement