Commit Graph

10 Commits

Author SHA1 Message Date
Nick Darnell
5ffd080963 UMG - Using displayname to clean up the name of several basic widgets. Moving several less common widgets into Input.
[CL 2328854 by Nick Darnell in Main branch]
2014-10-14 14:02:56 -04:00
Jaroslaw Palczynski
7c41927cf4 Rename FPostConstructInitializeProperties to something simpler
Changed it with FObjectInitializer.

UECORE-7

[CL 2328384 by Jaroslaw Palczynski in Main branch]
2014-10-14 10:29:11 -04:00
Nick Darnell
f12afd3836 UMG - Modal has been removed from AddToViewport now that the PlayerController controls it with SetInputMode. Updating all widgets to better handle destruction and cleanup of slate resources. Fixing an issue specifically with STextBlock accessing style information on Tick, which just after a Blueprint compiled can be removed. UTextBlock's now forcefully clear the style of widgets before being destroyed just in case they're still held onto someone that's presenting them for an extra frame.
[CL 2305861 by Nick Darnell in Main branch]
2014-09-22 15:09:37 -04:00
Nick Darnell
029f046474 UMG - Upgrading Multiline textboxes to use the new style system.
[CL 2298513 by Nick Darnell in Main branch]
2014-09-15 14:47:11 -04:00
Dan Hertzka
7337a9f929 Updated UMG to consistently use the term "Palette"
[CL 2298211 by Dan Hertzka in Main branch]
2014-09-15 11:21:09 -04:00
Dan Hertzka
ebd02f3441 -Moved all widget toolbox categories from metadata to virtual UWidget::GetToolboxCategory()
[CL 2283123 by Dan Hertzka in Main branch]
2014-09-03 12:32:27 -04:00
Marc Audy
40d6729d74 Fix spelling of Synchronize
[CL 2255195 by Marc Audy in Main branch]
2014-08-13 17:04:49 -04:00
Nick Darnell
5567698611 UMG - Now attempting to load fonts from the game content directory first.
[CL 2236035 by Nick Darnell in Main branch]
2014-07-29 13:27:59 -04:00
Nick Darnell
7e69443aaf UMG - Trimming down properties from the multiline editable textboxes that don't work. Allowing justification enum to be used in UObjects.
[CL 2228591 by Nick Darnell in Main branch]
2014-07-23 11:45:49 -04:00
Nick Darnell
0b7d09b537 UMG - Adding the new multiline editable text box to the available widgets. Still hasn't been full wrapped, just the basics.
[CL 2223632 by Nick Darnell in Main branch]
2014-07-18 14:19:14 -04:00