Set Current Mouse Cursor limitations

Hello!

Total Blueprint noob here, working through Content Examples & on Blueprint_Mouse_Interaction & I’m looking at Set Current Mouse Cursor node & wondering why I can’t wire my own texture to it. I can see that the variable input for the node is an enum, & that’s great, but how great would it be if I could override that with my own little doodle? Is the enum hard-coded somewhere? How can I get at that & plug in my own list of images, or replace it completely?

Cheers & thanks for the assistance :slight_smile:

Saw this thread which pretty much explains it 4.7 Custom mouse pointers. - Community Content, Tools and Tutorials - Unreal Engine Forums

You can do a lot more than just have a texture!

Perfect, that’s exactly what I needed. Thanks for the arrow!