How to create a hyperlink?

I want to create a hyperlink that is displayed in a UMG TextBlock that will call a function when clicked. Is there a way to do that?

Hi Kochab,

There is a property in UMG Widgets that is not exposed in editor called “SHyperlinkWidget”. It can be exposed from C++ and then used to create text hyperlinks. I will talk with our UMG guys about if they want that exposed by default in the future.

Let me know if that helps.

Thanks,

can you tell me how to expose it? i using 4.14