I think i have tryed every solution to this but cant get it to work… I mean first of all if it works in the editor it should work when Packaged… But anyway livelink works perfect in the editor but wont work when packaged… What am i missing . in UE i have set the subject to face1 and all works in the editor but not when packaged
First of all, this is wrong:
if it works in the editor it should work when Packaged
Also, which live link are you referring to? There are tons of “live links”. Most live links are dependent on non-packagable functions; thus, it only relies on baked assets. That means it will automatically exclude the live link functions when you package a project. You could break the functions’ encapsulation manually to allow the functionality to be inside the final build (a complex thing to do), but that needs to adhere to the third party’s T&C usage.
It will not be an easy thing to do. The best bet for you is to find an alternative plugin that allows it to be packaged together with the final build.