Arisego / UnrealLive2D

UE4 plugin for live2d model
MIT License
134 stars 25 forks source link

Version 5.0.3 UE plugin problem #15

Open black-wolf8 opened 1 year ago

black-wolf8 commented 1 year ago

I have some issues with implementation of the plugin, when i try to compile, the engine say me some problem with "An explicit Category specifier is required for Blueprint accessible functions in an Engine module." This is a real problem or its only with me, someone can guide me please?

Arisego commented 1 year ago

Are you using this plugin as an engine plugin? I did a quick search and found that this error might be related to some additional restrictions on engine modules. Try add category on functions in UCubismBpLib may help.