Adding custom gizmos to actor without editor extension?

I found the answer myself.

It isn’t very hard once you know what to do. I’m surprised this type of question goes unanswered.

ANSWER: Make a variable of type Vector or Transform on your actor and check [x] Editable and [x] Show 3D Widget - then you get an extra widget showing up for that vector variable.

Oddly enough rotators don’t have the same option.

1 Like