You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: docs/Slate_API.md
+27-1Lines changed: 27 additions & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -9,6 +9,8 @@ The python wrapper development has been sponsored by Kite & Lightning (http://ki
9
9
10
10
This document assumes a python3 environment. If you are using python2, just ensure to use unicode when you see strings.
11
11
12
+
It is a 'Work In Progress' and its objective is to give the user enough basis to start building its tools. Only a meaningful subset of the available widgets is explained here, pull requests for extending this page are really welcomed.
13
+
12
14
## SWidget and ue_PySWidget
13
15
14
16
SWidget is the base C++ class for all the Slate widgets, it is wrapped in a python object (PyObject) named ue_PySWidget.
@@ -735,4 +737,28 @@ note that the callable executed by on_object_changed receives an FAssetData obje
735
737
736
738
More infos here: https://api.unrealengine.com/INT/API/Editor/PropertyEditor/SObjectPropertyEntryBox/index.html
0 commit comments