sevenyuan

转自:http://aigo.iteye.com/blog/2281182

UE4.natvis

官方文档:

https://docs.unrealengine.com/latest/INT/Programming/Development/VisualStudioSetup/index.html#debugging 

其中debug插件安装方式是:

将文件:[UE4Root]/Engine/Extras/VisualStudioDebugging/UE4.natvis

拷贝到:[UserProfile]/My Documents/Visual Studio 2013/Visualizers/UE4.natvis

或者拷贝到:[VisualStudioInstallPath]/Common7/Packages/Debugger/Visualizers/UE4.natvis

这样就可以查看FString等UE4的变量值了

 

UnrealVS Extension

官方文档:

https://docs.unrealengine.com/latest/INT/Programming/Development/VisualStudioSetup/UnrealVS/index.html

安装文件位置在:

[UE4RootLocation]/Engine/Extras/UnrealVS/<VS-Version>/UnrealVS.vsix

关闭VS并双击安装好以后,右击工具栏空白处,勾选UnrealVS;或者点击菜单:View -》 Toolbars -》UnrealVS。这样就能看到UnrealVS的工具按钮了 

分类:

技术点:

相关文章:

  • 2022-12-23
  • 2021-11-17
  • 2021-11-30
  • 2021-04-11
  • 2022-01-24
  • 2021-11-29
  • 2021-12-31
  • 2021-10-21
猜你喜欢
  • 2021-11-23
  • 2021-08-01
  • 2021-12-16
  • 2021-11-20
  • 2022-01-06
  • 2021-12-12
  • 2021-10-18
相关资源
相似解决方案