mamoniem / UnrealEditorPythonScripts

Some of my personal scripts i made to use for my own projects, but free of charge to be used for any project and any purpose as long as it is not violating the LICENSE file or the Unreal Engine EULA.
http://www.mamoniem.com/
MIT License
671 stars 209 forks source link

Run Script on Commandlet #5

Open no-Seaweed opened 1 year ago

no-Seaweed commented 1 year ago

Hi, Thanks for your great work. Currently, I am suffering on an issue that python scripts cannot be correctly used on commandlet. By commandlet, I cannot get actors of level I am working on. I believe the default level of commandlet is some temp level. Is there a way to change the default level so that I can do modification on level by commandlet? Looking forward to your reply.

Best, S.F.

alhasacademy96 commented 1 year ago

Just run this on the default way it is meant to be run: Editor: execute python script.