Is there a way for an Actor to respond to users dragging transform gizmos in the viewport?
Hello Aoakenfo,
OnConstruction would be a function that you could use. This is a function similar to PostEditChangeProperty but it’s triggered whenever the construction script is called rather than being when a property is changed.
Hope this helps!