uesvon icon indicating copy to clipboard operation
uesvon copied to clipboard

Linux / VS Code Version Support Possible?

Open sparky002 opened this issue 5 years ago • 4 comments

This seems like a pretty great plugin!

Would UE4 4.24.2 Support be Possible?

Having errors building the c++ project when I put this inside my projects plugin folder. 1.) ThreadSafeBool.h not found within AITask_SVONMoveTo.h 2.) _MSC_VER is not defined within morton_common.h 3,) SVONLeafNode.h invalid operands to binary expressions 4.) ModuleManager.h not found inside UESVON.h

Also a lot of notes about candidate templates being ignored. Could not match and substitution failures.

sparky002 avatar Jan 31 '20 19:01 sparky002

I built the plugin on UE 4.24.2 yesterday no changes required.

Which visual studio are you using?

midgen avatar Feb 02 '20 19:02 midgen

I just compiled this for 4.24.2 as well. No errors on my end.

HeadClot avatar Feb 02 '20 19:02 HeadClot

I built the plugin on UE 4.24.2 yesterday no changes required.

Which visual studio are you using?

I've never built/compiled a UE4 plugin/project using visual studio before. I always did it within the UE4 editor or allowed the UE4 editor to rebuild the plugin upon launching of the project when it asked if you wanted to or not. That generally worked for some other plugins I've used.

I use Visual Studio Code 1.41.1 on Linux Ubuntu 16

sparky002 avatar Feb 03 '20 19:02 sparky002

Ah ok, I haven't tried the linux toolchain. I'll rename this issue to reflect the problem.

It should be fairly straightforward to fix, but I'll need to find the time to build a linux VM and get it setup.

midgen avatar Feb 04 '20 19:02 midgen