Python - Lock Transform on Actor

Is there any way to access the ‘Lock Actor Movement’ option in python? I can’t seem to see anything regarding it in the docs.

lock_transform.png

1 Like

There is this method:
editor_lock_location(True)

For this object:
unreal.VPViewportTickableActorBase

But I am also not able to set the Lock to a Camera or similar Actor.
Any help is much appreciated.