getnamo / UDP-Unreal

Convenience UDP wrapper for the Unreal Engine.
MIT License
335 stars 79 forks source link

Functions not showing in my blueprint although plugin is loaded #35

Open Ibrahim2595 opened 1 year ago

Ibrahim2595 commented 1 year ago

Hi,

In UE 5.1.1 I can see that my plugin is loaded when I search UDP in the plugin manger / settings.

However, when I go into a blueprint, and I right click to search for any of the UDP components - nothing shows up from UDP. In a different project, I do find them.

Do you know what could be causing this? Thank you

getnamo commented 1 year ago

add a udp component to an actor first then from that component your functions will show up. See https://github.com/getnamo/UDP-Unreal#how-to-use---basics for instructions on how to use.