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

LiveLink Functionality in packaged game? #14

Open
NiklasBothe opened this issue Feb 4, 2020 · 6 comments
Open

LiveLink Functionality in packaged game? #14

NiklasBothe opened this issue Feb 4, 2020 · 6 comments

Comments

@NiklasBothe
Copy link

Hello,

first of all, thank you for working on this amazing plug-in!
Not being a coder, I was wondering why the plug-ins functionality doesn't carry over into a packaged build. This would be super-useful for our projects. Is something like this planned?

Thanks and best regards,
Niklas

@ekorkuti
Copy link
Collaborator

Yes, you can package the functionality into a game build but you need to implement the LiveLink connection in separate BP Actor.
Look at the documentation on how to achieve that, mainly at the Construct Message Bus Finder
and Connect to Provider nodes.
https://docs.unrealengine.com/en-US/Engine/Animation/LiveLinkPlugin/LiveLinkBlueprintComponent/index.html

@NiklasBothe
Copy link
Author

NiklasBothe commented Mar 10, 2020

Hey,

thanks for the reply! I'm pretty sure I'm already doing that, it's just that the availabel message busses don't seem to show up in a packaged game.

This is the blueprint I'm using, works fine in the editor but doesn't in the packaged game :x
This is a seperate object in the scene.

grafik

@ekorkuti
Copy link
Collaborator

To use the Live Link plugin in a packaged project, add the -Messaging flag to the command line when you start your project.

@NiklasBothe
Copy link
Author

God bless you!

Stay healthy out there and thanks for the help, means a lot!

@NateJ-Icon
Copy link

If someone comes here later, I'm using Unreal 5.0.2 and the -Messaging flag is no longer needed. The trick is to close the Unreal editor first! And if that doesn't work, try saving the Live Link profile as a preset in Project Settings.

@NiWoFu
Copy link

NiWoFu commented Sep 30, 2023

Hallo, sorry for digging up this thread, I tried the suggestion with get avaible providers in 5.2, so far in editor or as packed development build it works without any problem, but as soon as I try the shipping build and trigger the get avaible providers node the game crashes immediately with a fatal error window. Have someone also experienced such behavior?

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

4 participants