Get Rotation Widget Value

How do I get the Rotation Widget value, the one in editor viewport?

.

298824-inkedtransform-rotate-offset-li.jpg

Hi BrunoCaxito, I guess this is in an actor BP.
Get the Widget component and use “get relative rotation” or “get world rotation”

hope that helps :slight_smile:

Thank-you, but I actually want to access the Rotation Widget value with C++, not the Actor rotation value.