Ara you OK?
我看你是思想出现了偏差
哇!你认出了错别单词!恭喜你获得一次向我支付宝充值助我重返欧洲的机会!
这个页面管关不掉了,你自己看着办吧

在 C++ 代码中使用 UE4 插件---Using a plugin in C++ code

例如使用 CustomMeshComponent 插件 在Build.cs 文件 中 添加以下两行代码

如图可配置路径,可解决#include "CustomMeshComponent" 找不到头文件错误

    1. PrivateDependencyModuleNames.AddRange(new string[] { "CustomMeshComponent" });
      PrivateIncludePathModuleNames.AddRange(new string[] { "CustomMeshComponent" });
      

        C:\Program Files\Epic Games\4.10\Engine\Plugins\Runtime\CustomMeshComponent\Source\CustomMeshComponent\Classes

        C:\Program Files\Epic Games\4.10\Engine\Plugins\Runtime\CustomMeshComponent\Source\CustomMeshComponent\Private    
    2. C:\Program Files\Epic Games\4.10\Engine\Plugins\Runtime\CustomMeshComponent\Intermediate\Build\Win64\UE4\Inc\CustomMeshComponent
  1.   

解决方案:

https://answers.unrealengine.com/questions/13691/using-a-plugin-in-c-code.html

posted @ 2015-12-04 20:11  林清  阅读(2920)  评论(0编辑  收藏  举报