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

Adapt UE4.20.3 or newer && can Shipping build && DLLs replace "Debug"=>"Release" #5

Open
wants to merge 3 commits into
base: master
Choose a base branch
from

Conversation

crssnky
Copy link

@crssnky crssnky commented Sep 28, 2018

Hi.

I usually use UE4.20.3.
But I can't build MyProject's C++Solution(VS2017), it include UnrealMosquitto.
So, I adapted UnrealMosquitto for UE4.20.3 .

&&

Can a Project(it include UnrealMosquitto) Shipping Build?
I can't because UnrealMosquitto have EditorOnly SourceCodes.
For example, K2Node*, etc....
So I devide it to "mqtt logic code" and "UnrealMosquitto Blueprint code".
The latter is put in other module for Editor.Target.cs.

&&

mosquitto.dll and mosquittopp.dll is built by Debug.
I replace it to ReleaseBuild DLLs.
I used codes is "Latest commit 46b943b".

UnrealMosquitto is so useful by UE4 user.
So I hope it will be completed for current UE4.

@crssnky
Copy link
Author

crssnky commented Oct 8, 2018

It is for Shipping Build include UnrealMosquitto in 4.20.3.

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

Successfully merging this pull request may close these issues.

2 participants