We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent a0e9a2d commit 25dde60Copy full SHA for 25dde60
docs/Slate_API.md
@@ -193,6 +193,16 @@ The second slot starts 100 units below the first one (caused by the padding of t
193
194
The third slot is aligned to right and vertically to the bottom with a rght/bottom padding of 50 units.
195
196
+Useful links:
197
+
198
+https://api.unrealengine.com/INT/API/Runtime/SlateCore/Widgets/SVerticalBox/FSlot/index.html
199
200
+https://api.unrealengine.com/INT/API/Runtime/SlateCore/Types/EHorizontalAlignment/index.html
201
202
+https://api.unrealengine.com/INT/API/Runtime/SlateCore/Types/EVerticalAlignment/index.html
203
204
205
206
It is pretty hard to see what is going on here, but adding an SBorder will clarify things...
207
208
## SBorder
0 commit comments