[=Willlee95;386479]
Hello ,
I wonder if you provide the Kinect V2 plugin for unreal engine 4.8 now? Thanks a lot!
[/]
I am using the plugin via 4.8 . you need to do the following modification for it to work
in /Plugins/KinectV2/Source/KinectV2/KinectV2.Build.cs comment “AnimGraphRuntime”
in /Plugins/KinectV2/Source/KinectV2Editor/KinectV2Editor.Build.cs comment “BlueprintGraph”,“AnimGraph”,“AnimGraphRuntime”,
in /Plugins/KinectV2/Source/KinectV2Editor/Private/KinectV2EditorModulePCH.h comment #include “AnimGraphDefinitions.h” #include “Kismet2/BlueprintEditorUtils.h” #include “AnimGraphNode_SkeletalControlBase.h” #include “AnimGraphNode_KinectV2Retarget.h”
then you can simply go to visual and combile your project from there. restart UE4 and everything should be fine