Skip to content

Commit a91b626

Browse files
author
Roberto De Ioris
authored
Update Slate_API.md
1 parent 1bee8f5 commit a91b626

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

docs/Slate_API.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -762,14 +762,14 @@ window = SWindow(client_size=(512, 256), title='Mannequin Properties', sizing_ru
762762

763763
![SPythonEditorViewport](https://github.com/20tab/UnrealEnginePython/raw/master/docs/screenshots/slate_SPythonEditorViewport.png)
764764

765+
Note that by calling the .simulate(bool) method on the SPythonEditorViewport instance you can enable/disable the world ticking
766+
765767
## Properties Editors
766768

767769
```python
768770
from unreal_engine import SWindow
769771
import unreal_engine as ue
770772

771-
772-
773773
window = SWindow(client_size=(512, 256), title='Mannequin Properties', sizing_rule=0)(
774774
(
775775
ue.create_detail_view(uobject=ue.get_selected_assets()[0].GeneratedClass.get_cdo())

0 commit comments

Comments
 (0)