Why cast fails every time when i try to cast my Actor to Character Movement Component?

24070-cattura.png

i need the rotation rate, how can i get it?

,

Cast fails cuz “yourActor” != ChareacterMovementComponent;

But you may cast it to “yourActor” and get from him all data that you need (as ChildComponents or Variables)

Best wishes,

i need the rotation rate, how can i get it?

Instead of character on example, you sould use “yourActor” from you want get(or set) RotRate.

Best wishes,