Skip to content

Commit fa13f7e

Browse files
author
Roberto De Ioris
committed
2 parents ed57678 + 435ef58 commit fa13f7e

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

PythonConsole.md

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -23,4 +23,7 @@ selected_actors = unreal_engine.editor_get_selected_actors()
2323

2424
# deselect actors
2525
unreal_engine.editor_deselect_actors()
26+
27+
# select an actor
28+
unreal_engine.editor_select_actor(an_actor)
2629
```

0 commit comments

Comments
 (0)