Hey,
I’ve been doing some experimenting with using a slider to set “Custom Time Dilation” in the Content examples and it works fine. But my setup is a little more complicated in that my BP contains child actors that I’d like to affect. The first three pictures are from what I have working in the Content examples with the “BP Slider” variable being on the animated skeletal mesh. From what I’ve read I can’t set the Default value of “Speed Slider” since my animated skeletal meshes are Child Actors, correct?
The last picture is what I tried to do as a work around to pass the variable from the parent,(radial array) of the child actors. I put the Event tick that sets the speed variable there. I don’t get any errors but I’m also not sure if this is setup correctly. I’m not sure if “Get Owning actor” makes sense off the radial array cast but idk…
Thanks,