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

Fix to compile in 4.23 #153

Closed
abreu20011 opened this issue Sep 5, 2019 · 3 comments
Closed

Fix to compile in 4.23 #153

abreu20011 opened this issue Sep 5, 2019 · 3 comments

Comments

@abreu20011
Copy link

abreu20011 commented Sep 5, 2019

CoreUtilityBPLibrary.cpp throws an exception when build in 4.23.

Solution:
Change this line (inside UCoreUtilityBPLibrary::Conv_BytesToTexture_Async):
return Async<UTexture2D*>(EAsyncExecution::Thread, [InBytes]
for this:
return Async(EAsyncExecution::Thread, [InBytes]

@getnamo
Copy link
Owner

getnamo commented Sep 5, 2019

Great to keep in mind for 4.23 build. Going to sweep a few remaining issues and we should be in good shape to build v1.1.0 stable for 4.21-4.23

@getnamo
Copy link
Owner

getnamo commented Sep 12, 2019

merged in 665e4b2

@getnamo
Copy link
Owner

getnamo commented Sep 12, 2019

@getnamo getnamo closed this as completed Sep 12, 2019
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

2 participants