i can't install rokoko studio live plugin in to Unreal Editor for Aximmetry(4.26.1)

 

LogAximmetry: Error: Plugin installer: C:/Program Files/Epic Games/UE_4.26/Engine/Plugins/Marketplace/Smartsuit/Source/Smartsuit/Public/SmartsuitBlueprintLibrary.h(65) : LogCompile: Error: An explicit Category specifier is required for Blueprint accessible functions in an Engine module.

LogAximmetry: Error: Plugin installer: C:/Program Files/Epic Games/UE_4.26/Engine/Plugins/Marketplace/Smartsuit/Source/Smartsuit/Public/SmartsuitBlueprintLibrary.h(68) : LogCompile: Error: An explicit Category specifier is required for Blueprint accessible functions in an Engine module.

LogAximmetry: Error: Plugin installer: Error: Smartsuit could not be built. UnrealBuildTool exited with 6.

   ws8robot

 
Profile Image
ws8robot
  -  

i fix the problem .

here's sloution first modify 'Plugins/Smartsuit/Source/Smartsuit/Public/SmartsuitBlueprintLibrary.h " like https://github.com/Rokoko/rokoko-studio-live-unreal-engine/pull/24/files 

then make sure in your "UnrealEngine-4.26.1-release\Engine\Source\ThirdParty\Eigen" get all eigen headers there it will be ok

GoodLuck

 
Profile Image
Ahmed@Aximmetry
  -  

Thank you for sharing the solution with us!

 
Profile Image
Zoltan@Aximmetry
  -  

Hi all,

We can confirm that ws8robot's solution is working. Thank you for sharing!
I would like to add that if you don't have access to the Unreal Engine source code, you can also obtain the Eigen headers by downloading the library from https://gitlab.com/libeigen/eigen/-/archive/3.3.7/eigen-3.3.7.zip.
Copy all files except the "src" folder from the extracted "eigen-3.3.7\Eigen" folder to "c:\Program Files\Epic Games\UE_4.26\Engine\Source\ThirdParty\Eigen\Eigen".