What i am trying to do here is to get a relative rotation of an actor (the root component is getter from actor cast ) on Y axis.This actor is rotated by physics handle from my player character with get mouse position. And i want if the rotation of this actor is 90 ±1 on Y axis to fire some event on branch true.And for that reason i put 1.000000 tolerance, so if its 90 or 91 it still be considered as true( if i’am not wrong how these tolerance values are added to rotation values)
The problem is if the actor rotation is 90 or 91 on Y axis its still considering it as false.Also i tried to split struct pins and connect only Y axis, still always fire false.
I also tried with nearly equal transform and nearly equal float with and without split struct pin. I tried many different ways and i’m kinda stuck here.
Can anyone help ?
Regards!