Closed harveybia closed 4 years ago
Hi @harveybia Thanks for your report and the workaround. On which UE4 version are you running this?
Hi @harveybia Thanks for your report and the workaround. On which UE4 version are you running this?
My UE4 version is: 4.25.1
@harveybia
I can confirm I also receive the same compiler error on 4.25.3 on Windows.
Your solution appears to resolve it, thank you.
Mind opening up a PR with the fix?
I tried adding the plugin to my existing project, my CPU has F16C Intrinsic Support but I'm getting compilation issues when rebuilding the project:
I'm not sure if I am missing some dependencies but I found a workaround to solve this problem:
Change:
to:
I checked the depth output and the value seem correct. Has anyone else experienced this issue? Should I open a pull request for this?