wongfei / ue4-mediapipe-plugin

UE4 MediaPipe plugin
Apache License 2.0
294 stars 99 forks source link

MediaPipe Plugin support for UE4.27 #30

Closed tbKorber closed 2 years ago

tbKorber commented 2 years ago

Hey wongfei,

Can I expect a plugin support for UE4.27? If so any idea when it might be released? Thank you!

wongfei commented 2 years ago

yep it works, just upgrade the proj to 427

tbKorber commented 2 years ago

I see, I assume the plugin will still work even though the pop up informs me the plugin was built for 4.26?

wongfei commented 2 years ago

edit ue4-mediapipe-plugin\Plugins\MediaPipe\MediaPipe.uplugin

change "EngineVersion": "4.27.0"

tbKorber commented 2 years ago

Thanks!