Hello,
Is there any way to make some text clickable / hyperlink (without the use of a button), even with a wrapped text so we can trigger a function / custom event within UE?
For instance, having a wall of text, and some words here and there would be clickable (but not the whole text as a single unit if you know what I mean)
The Richtext documentation seems to say it’s possible:
Hello @IlliciteS ,
I’m sharing this post, which seems to explain a way to make it work correctly.
I’m also including a workaround that, while not considered best practice, can still be useful.
It involves using a Button, but setting the Alpha to 0 for the Normal, Hovered, and Pressed states, so it doesn’t visually look like a button at all.
Hello @BRGEzedeRocco
Thanks for taking the time to find this answer. I just realized I must have been more precise.
I was looking for a way to click on a specific word in the middle of a text, which would then trigger a custom event / function in Unreal Engine. A specific hyperlink, but within UE, somehow.
But from what I’ve seen, this looks impossible to do in native UE (I’ve seen some plugings, but they change some C++ stuff I suppose).