Methods in PoseableMeshComponent miss ENGINE_API

I wanted to use a PoseableMeshComponent to call SetBoneRotationByName and it gave me a compiler error that the linker count not find said method. After many hours went to waste, enlight_2014 told me on the forum that the problem was that the methods are missing ENGINE_API. After I added these to PoseableMeshComponent.h, it would compile flawlessly.

Please fix this for the 4.1 update if it wasn’t already fixed!

I’ve gone ahead and added the ENGINE_API on PoseableMeshComponent. I can’t guarantee that it will be in the 4.1 build but it will be in 4.2 for sure.