I have one widget slider that scrolls animation , i want another slider to effect this slider.
what is the correct way to scroll an animation with more then one slider that is in different ui ,
if i clone the animation blueprint it create double transformation.
a picture with the blueprint will be very helpful.
You can dispatch sliders’ values to other actors, oftentimes without casting. But you need appropriate references, ofc. It all depends on how & where the widgets are created, same for the actors that need to receive the delegated notifications. For example:
Thank you , another half related question, I’m using the Collab Viewer Template and I’m trying to trigger buttons and a slider but there is a overlapping problem any idea of how to overcame this problem ?