How do I get the Rotation Widget value, the one in editor viewport?
.
How do I get the Rotation Widget value, the one in editor viewport?
.
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
Thank-you, but I actually want to access the Rotation Widget value with C++, not the Actor rotation value.