Skip to content

Commit 25dde60

Browse files
author
Roberto De Ioris
authored
Update Slate_API.md
1 parent a0e9a2d commit 25dde60

File tree

1 file changed

+10
-0
lines changed

1 file changed

+10
-0
lines changed

docs/Slate_API.md

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -193,6 +193,16 @@ The second slot starts 100 units below the first one (caused by the padding of t
193193

194194
The third slot is aligned to right and vertically to the bottom with a rght/bottom padding of 50 units.
195195

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+
196206
It is pretty hard to see what is going on here, but adding an SBorder will clarify things...
197207

198208
## SBorder

0 commit comments

Comments
 (0)