Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Linux / VS Code Version Support Possible? #10

Open
sparky002 opened this issue Jan 31, 2020 · 4 comments
Open

Linux / VS Code Version Support Possible? #10

sparky002 opened this issue Jan 31, 2020 · 4 comments

Comments

@sparky002
Copy link

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.

@midgen
Copy link
Owner

midgen commented Feb 2, 2020

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

Which visual studio are you using?

@HeadClot
Copy link

HeadClot commented Feb 2, 2020

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

@sparky002
Copy link
Author

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

@midgen
Copy link
Owner

midgen commented Feb 4, 2020

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 midgen changed the title UE4 4.24.2 Version Support Possible? Linux / VS Code Version Support Possible? Feb 4, 2020
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants