Hello, how can i run script in editor, without game start or simulate?
For example let it be print string “hello”. If i create some actor and add print string to it’s construction - then after i add this actor to the world i will see “hello” in editor., also if i change it’s position i will see “hello”.
Based on this example - how else can I trigger a script in editor?